Skip to content

fix: narrow bare except Exception in invoke separator resolution (import of github/spec-kit#3856) - #136

Open
one-kash wants to merge 1 commit into
mainfrom
import/pr-3856
Open

fix: narrow bare except Exception in invoke separator resolution (import of github/spec-kit#3856)#136
one-kash wants to merge 1 commit into
mainfrom
import/pr-3856

Conversation

@one-kash

Copy link
Copy Markdown

Imported from upstream PR github#3856
Original author: @Quratulain-bilal
Original head branch: fix/agents-narrow-exception


Replace overly broad except Exception with (ImportError, ValueError, KeyError) to let programming errors like TypeError or AttributeError propagate.

Replace overly broad except Exception with (ImportError, ValueError, KeyError)
to let programming errors like TypeError or AttributeError propagate.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants