Skip to content

fix: replace bare except with except Exception in analysis.py#1500

Closed
srpatcha wants to merge 2 commits intogithub:stagedfrom
srpatcha:fix/bare-except-analysis
Closed

fix: replace bare except with except Exception in analysis.py#1500
srpatcha wants to merge 2 commits intogithub:stagedfrom
srpatcha:fix/bare-except-analysis

Conversation

@srpatcha
Copy link
Copy Markdown

Automated contribution by @srpatcha.

Changes

fix: replace bare except with except Exception in analysis.py

Signed-off with GPG.

github-actions Bot and others added 2 commits April 17, 2026 08:52
Bare except clauses catch SystemExit and KeyboardInterrupt which
prevents clean process termination. Use except Exception per PEP 8.
Copy link
Copy Markdown
Contributor

@github-actions github-actions Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ This PR targets main, but PRs should target staged.

The main branch is auto-published from staged and should not receive direct PRs.
Please close this PR and re-open it against the staged branch.

You can change the base branch using the Edit button at the top of this PR,
or run: gh pr edit 1500 --base staged

@srpatcha srpatcha changed the base branch from main to staged April 25, 2026 07:58
@srpatcha
Copy link
Copy Markdown
Author

Closing to re-target from staged branch as requested.

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.

1 participant