You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Click's prompt function catches KeyboardInterrupt Exceptions so you can't do cleanup when using prompt(). The functions that generate key files are using click.prompt() and it needs to be replaced with something custom so we can handle the Ctrl+C exit.
The text was updated successfully, but these errors were encountered:
Click's prompt function catches KeyboardInterrupt Exceptions so you can't do cleanup when using prompt(). The functions that generate key files are using click.prompt() and it needs to be replaced with something custom so we can handle the Ctrl+C exit.
The text was updated successfully, but these errors were encountered: