diff -r 01d646569115 -r a0e162a50ad7 eric6/Plugins/CheckerPlugins/SyntaxChecker/pyflakes/translations.py --- 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?" + ), }