Fix hound Exception complaints

This commit is contained in:
Vic Bartel 2022-03-18 17:49:42 +01:00
parent 00285cacc0
commit feae04f0c3

View file

@ -127,5 +127,5 @@ def get_login():
reg = OpenPypeSettingsRegistry()
try:
return str(reg.get_item("shotgrid_login"))
except Exception as _:
except Exception:
return None