dell / dell/iDRAC-Telemetry-Scripting
Bare exceptions should be eliminated throughout
Open
- Dominant language
- Python
- Stars
- 23
- Forks
- 11
- PR merge metrics
- No merged PRs in 30d
Description
Bare exceptions exist in several places in the code base and should be eliminated and replaced with proper error handling with specific errors.
Contributor guide
No contributing guide indexed for this repository
Research direction
No files, tests, or entry points are named. Start by searching the Python codebase for bare exception handlers, then read each surrounding operation to determine the specific failures it can raise. Done means every bare exception is replaced with deliberate handling and the existing scripts still behave correctly.
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
- Needs clarification
- Newbie friendliness
- 30/100