eric6/Plugins/CheckerPlugins/SyntaxChecker/pyflakes/translations.py

changeset 7617
a0e162a50ad7
parent 7395
dd50d0f4c588
child 7635
0cdead130a81
--- a/eric6/Plugins/CheckerPlugins/SyntaxChecker/pyflakes/translations.py	Wed Jun 10 19:57:25 2020 +0200
+++ b/eric6/Plugins/CheckerPlugins/SyntaxChecker/pyflakes/translations.py	Mon Jun 15 18:23:01 2020 +0200
@@ -162,6 +162,10 @@
     'F48': QCoreApplication.translate(
         'pyFlakes',
         "'...' % ... `*` specifier requires sequence"),
+    'F49': QCoreApplication.translate(
+        'pyFlakes',
+        "'if tuple literal' is always true, perhaps remove accidental comma?"
+    ),
 }
 
 

eric ide

mercurial