hu-macsy / simexpal

Simplifying Experimental Algorithmics
https://simexpal.readthedocs.io
MIT License
17 stars 18 forks source link

Catch Exceptions Propagated to User/Shell #145

Open c-bebop opened 1 year ago

c-bebop commented 1 year ago

Currently, whenever there is a parsing issue or other issue with parsing the experiments file, the traceback + error message is printed to the user.

We shall catch all exceptions before they are actually propagated to the user / shell and simply print the error message of the caught exception. This will remove unnecessary clutter from the error output for the user.