galaxyproject / galaxyproject/galaxy_codex
Good Error / Exception Messages
Open
- Dominant language
- HTML
- Stars
- 28
- Forks
- 36
- Avg merge
- 19h 29m
- Merged PRs (30d)
- 1
Description
After searching a long time for this error: https://github.com/galaxyproject/galaxy_codex/issues/132
I think we should add some good Exception Handling. At least using `print(traceback.format_exc())` for all Exceptions.
And we also need to make sure that if python code fails, that the bash script running it also fails, so the CI shows the issue.
Contributor guide
Assessment
This issue has not been assessed yet.