Fix E722 linter rule

This commit is contained in:
Sky Leite
2023-02-04 00:12:00 -03:00
parent 8fab487153
commit 93587fe33b
4 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -199,7 +199,7 @@ class PluginManager:
False,
False,
)
except:
except Exception:
logger.info("Failed to inject JavaScript into tab\n" + format_exc())
pass