Skip to content

fix: replace bare except clauses with except Exception - #86

Open
haosenwang1018 wants to merge 1 commit into
vita-epfl:mainfrom
haosenwang1018:fix/bare-excepts
Open

fix: replace bare except clauses with except Exception#86
haosenwang1018 wants to merge 1 commit into
vita-epfl:mainfrom
haosenwang1018:fix/bare-excepts

Conversation

@haosenwang1018

Copy link
Copy Markdown

Replace 13 bare except: across 6 files in diffsynth/ with except Exception: to avoid catching SystemExit/KeyboardInterrupt during video processing.

Replace 13 bare except: across 6 files in diffsynth/ to avoid catching
SystemExit and KeyboardInterrupt during video processing pipelines.
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