Skip to content

fix: replace 14 bare excepts with except Exception#2546

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

fix: replace 14 bare excepts with except Exception#2546
haosenwang1018 wants to merge 1 commit intoModelEngine-Group:mainfrom
haosenwang1018:fix/bare-excepts

Conversation

@haosenwang1018
Copy link

Replace 14 bare except: with except Exception: across 5 files. Bare except: catches KeyboardInterrupt and SystemExit, masking real errors.

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