Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Catch Exceptions Propagated to User/Shell #145

Open
c-bebop opened this issue Nov 17, 2023 · 0 comments
Open

Catch Exceptions Propagated to User/Shell #145

c-bebop opened this issue Nov 17, 2023 · 0 comments
Assignees

Comments

@c-bebop
Copy link
Collaborator

c-bebop commented Nov 17, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants