Skip to content

fix: replace bare except with except Exception#22

Open
fazalpsinfo-cmyk wants to merge 1 commit into
benschweizer:masterfrom
fazalpsinfo-cmyk:fix/bare-except
Open

fix: replace bare except with except Exception#22
fazalpsinfo-cmyk wants to merge 1 commit into
benschweizer:masterfrom
fazalpsinfo-cmyk:fix/bare-except

Conversation

@fazalpsinfo-cmyk

Copy link
Copy Markdown

Replaces bare except: with except Exception: to avoid accidentally catching KeyboardInterrupt or SystemExit.

Fixes pylint W0702 (bare-except).

If you find this useful, consider buying me a coffee!

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