Skip to content

fix: replace bare except clauses with except Exception#21

Open
haosenwang1018 wants to merge 1 commit intoshowlab:mainfrom
haosenwang1018:fix/bare-excepts
Open

fix: replace bare except clauses with except Exception#21
haosenwang1018 wants to merge 1 commit intoshowlab:mainfrom
haosenwang1018:fix/bare-excepts

Conversation

@haosenwang1018
Copy link

Replace 4 bare except: in src/external_assets.py with except Exception: to avoid catching SystemExit/KeyboardInterrupt.

4 bare except: in src/external_assets.py replaced to avoid catching
SystemExit and KeyboardInterrupt.
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