formica icon indicating copy to clipboard operation
formica copied to clipboard

Remove sys.exit instead move to Exception handling

Open flomotlik opened this issue 7 years ago • 0 comments

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

flomotlik avatar Sep 16 '17 09:09 flomotlik