Plugins/CheckerPlugins/CodeStyleChecker/translations.py

changeset 5435
44a6fc2828bc
parent 5389
9b1c800daff3
child 5509
d4c4763b46ee
diff -r e1c50b88fc43 -r 44a6fc2828bc Plugins/CheckerPlugins/CodeStyleChecker/translations.py
--- a/Plugins/CheckerPlugins/CodeStyleChecker/translations.py	Fri Jan 20 18:46:09 2017 +0100
+++ b/Plugins/CheckerPlugins/CodeStyleChecker/translations.py	Fri Jan 20 18:55:28 2017 +0100
@@ -237,6 +237,9 @@
     "E721": QCoreApplication.translate(
         "pycodestyle",
         "do not compare types, use 'isinstance()'"),
+    "E722": QCoreApplication.translate(
+        "pycodestyle",
+        "do not use bare except"),
     "E731": QCoreApplication.translate(
         "pycodestyle",
         "do not assign a lambda expression, use a def"),

eric ide

mercurial