mirror of
https://github.com/bellingcat/octosuite.git
synced 2026-06-07 19:08:36 +03:00
@@ -1,6 +1,6 @@
|
||||
[project]
|
||||
name = "octosuite"
|
||||
version = "4.0.0beta2"
|
||||
version = "4.0.1beta2"
|
||||
description = "TUI-based toolkit for GitHub data analysis."
|
||||
readme = "README.md"
|
||||
license = "MIT"
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
__pkg__ = "octosuite"
|
||||
__version__ = "4.0.0beta2"
|
||||
__version__ = "4.0.1beta2"
|
||||
|
||||
@@ -258,10 +258,10 @@ class BaseMenu:
|
||||
source=source,
|
||||
file_formats=file_formats,
|
||||
)
|
||||
|
||||
console.input(" Press [bold]ENTER[/bold] to continue ...")
|
||||
except KeyboardInterrupt:
|
||||
console.print("\nExport cancelled")
|
||||
finally:
|
||||
console.input(" Press [bold]ENTER[/bold] to continue ...")
|
||||
|
||||
def navigation_handler(self, option: str, callback: t.Callable, *callback_args):
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user