enthought / enthought/traitsui
Fix bare except clauses that don't re-raise
Open
difficulty: easy
- Dominant language
- Python
- Stars
- 306
- Forks
- 99
- PR merge metrics
- No merged PRs in 30d
Description
There are far too many bare `except` clauses in the codebase which don't re-raise. Ideally we would:
- [ ] replace them with `except Exception` at a minimum.
- [ ] where reasonable, do some logging of the root cause (with perhaps the exception of direct invalid user input?).
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.