mirror of
https://github.com/bellingcat/octosuite.git
synced 2026-06-10 20:38:34 +03:00
Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4f207d5343 | ||
|
|
9de7bf1bfc | ||
|
|
8d0695324a | ||
|
|
6ce80a1eea |
@@ -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