mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Fix hound Exception complaints
This commit is contained in:
parent
00285cacc0
commit
feae04f0c3
1 changed files with 1 additions and 1 deletions
|
|
@ -127,5 +127,5 @@ def get_login():
|
|||
reg = OpenPypeSettingsRegistry()
|
||||
try:
|
||||
return str(reg.get_item("shotgrid_login"))
|
||||
except Exception as _:
|
||||
except Exception:
|
||||
return None
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue