fix: report a clear error when config has no [requirements] section#100
fix: report a clear error when config has no [requirements] section#100grische wants to merge 1 commit into
Conversation
philnewm
left a comment
There was a problem hiding this comment.
Agreed to have a preflight check for this
|
@grische please rebase to ensure the merge conflict gets resolved |
mirror() crashed with a bare KeyError when the (hand-written) config file was missing the [requirements] section. Raise a ValueError with a message pointing at the config file instead. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
448d3a7 to
04add3d
Compare
ReviewSmall, well-targeted fix. Code quality
Error handling / UX note (non-blocking)
Tests
Documentation
Security / performance
Overall: correct, minimal, consistent with project conventions. Approve. |
|
@grische feel free to decide if this should be included here or not
|
mirror() crashed with a bare KeyError when the (hand-written) config file was missing the [requirements] section. Raise a ValueError with a message pointing at the config file instead.