mirror of
https://github.com/SteamDeckHomebrew/decky-loader.git
synced 2026-07-11 04:42:00 +00:00
Fix E722 linter rule
This commit is contained in:
+1
-1
@@ -174,7 +174,7 @@ async def download_remote_binary_to_path(url, binHash, path) -> bool:
|
||||
)
|
||||
else:
|
||||
rv = False
|
||||
except:
|
||||
except Exception:
|
||||
rv = False
|
||||
|
||||
return rv
|
||||
|
||||
Reference in New Issue
Block a user