Skip to content

replace bare except clauses with except Exception#716

Open
knQzx wants to merge 1 commit into
neuroinformatics-unit:mainfrom
knQzx:fix/bare-except-clauses
Open

replace bare except clauses with except Exception#716
knQzx wants to merge 1 commit into
neuroinformatics-unit:mainfrom
knQzx:fix/bare-except-clauses

Conversation

@knQzx
Copy link
Copy Markdown

@knQzx knQzx commented Mar 30, 2026

narrowed down a bare except: in validation.py and an except BaseException: in setup_ssh.py to except Exception so they don't accidentally swallow things like KeyboardInterrupt.

Copy link
Copy Markdown
Member

@JoeZiminski JoeZiminski left a comment

Choose a reason for hiding this comment

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

Thanks @knQzx!

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