hu-macsy/simexpal

Catch Exceptions Propagated to User/Shell

Opened this issue · 0 comments

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.