MAINT: should not capture and reraise all Exceptions
- Dominant language
- Python
- Stars
- 88
- Forks
- 64
- Avg merge
- 38m
- Merged PRs (30d)
- 1
Description
There are a couple try/except for the very generic Exception. I think there would be benefits in making those more specific and let though the original exceptions rather than reraising everything as e.g. a DALFormatError or alike.
Contributor guide
No contributing guide indexed for this repository
Research direction
Search the codebase for try/except blocks catching the generic Exception and inspect the surrounding callers and tests. Determine which exceptions each operation can actually handle, then verify that expected DAL errors remain translated while unrelated original exceptions are allowed through. The issue does not name specific files or tests, so the initial scope requires project familiarity.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- backend
- Issue type
- Refactor
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100