fix(discovery): narrow ValueError catch to only parse_job_id #125
No reviewers
Labels
No labels
Compat/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
thwap/kronai!125
Loading…
Reference in a new issue
No description provided.
Delete branch "fix/0078-narrow-except-valueerror"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
What
Narrow the
try/except ValueErrorto only wrapparse_job_id()instead of three function calls.Why
Prevents silent swallowing of ValueError if
detect_job_typeorload_job_configever raise in the future.Testing
Closes #78
Automated Review — PR #125
Result: APPROVED
Clean fix — narrows
try/except ValueErrorto only wrapparse_job_id()instead of three function calls. Closes #78.No suggestions.