mirror of
https://github.com/SteamDeckHomebrew/decky-loader.git
synced 2026-07-11 13:21:59 +00:00
Fix E722 linter rule
This commit is contained in:
+1
-1
@@ -199,7 +199,7 @@ class PluginManager:
|
||||
False,
|
||||
False,
|
||||
)
|
||||
except:
|
||||
except Exception:
|
||||
logger.info("Failed to inject JavaScript into tab\n" + format_exc())
|
||||
pass
|
||||
|
||||
|
||||
Reference in New Issue
Block a user