Specific exception catching
Open
- Dominant language
- Python
- Stars
- 0
- Forks
- 7
- PR merge metrics
- No merged PRs in 30d
Description
A lot of functions are wrapped in `try .. except` blocks with a catch-all `Exception` handler. In some cases, the block is doing things that aren't likely to cause exceptions (like appending items to a list). We should have more specific exception handlers and only have them where necessary.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.