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.
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.