Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

Commit

Permalink
Fix hound Exception complaints
Browse files Browse the repository at this point in the history
  • Loading branch information
victorbartel committed Mar 21, 2022
1 parent 61667cf commit f258d1a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -127,5 +127,5 @@ def get_login():
reg = OpenPypeSettingsRegistry()
try:
return str(reg.get_item("shotgrid_login"))
except Exception as _:
except Exception:
return None

0 comments on commit f258d1a

Please sign in to comment.