Skip to content

fix: replace 4 bare excepts with except Exception#74

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

fix: replace 4 bare excepts with except Exception#74
haosenwang1018 wants to merge 1 commit intoshaxiu:mainfrom
haosenwang1018:fix/bare-excepts

Conversation

@haosenwang1018
Copy link

Replace 4 bare except: with except Exception:. Bare except: catches KeyboardInterrupt and SystemExit, masking real errors.

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