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
At the moment different parts of the tool call sys.exit when they should really throw an exception which can then get caught on the highest level and handled. sys.exit should really only happen in one place, the cli.py file
The text was updated successfully, but these errors were encountered:
At the moment different parts of the tool call sys.exit when they should really throw an exception which can then get caught on the highest level and handled. sys.exit should really only happen in one place, the cli.py file
The text was updated successfully, but these errors were encountered: