Skip to content

Commit

Permalink
flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
LightArrowsEXE committed Apr 8, 2024
1 parent 5387ec8 commit e9f4c5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lvsfunc/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ def get_file_from_path_or_clip(

try:
file = get_prop(clip, "idx_filepath", str, func=func)
except: # flake8: noqa
except Exception:
raise CustomTypeError("Could not find the prop, \"idx_filepath\"!", func)

if not (sfile := SPath(file)).exists():
Expand Down

0 comments on commit e9f4c5f

Please sign in to comment.