generated from myrontuttle/python-codespace
-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
enhancementNew feature or requestNew feature or request
Description
As a dev lead
I want the coder to replace bare except statements with more specific except statements
So that the code only catches what is expected
Scenario: Replace Bare Except Statements
Given a coder on a repo
When the coder generates code with bare except statements
Then those statements are replace with more specific except statements
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request