--- a/Plugins/CheckerPlugins/SyntaxChecker/pyflakes/translations.py Thu Mar 23 18:58:56 2017 +0100 +++ b/Plugins/CheckerPlugins/SyntaxChecker/pyflakes/translations.py Fri Apr 07 18:33:59 2017 +0200 @@ -89,7 +89,7 @@ "'continue' not supported inside 'finally' clause"), 'F25': QCoreApplication.translate( 'pyFlakes', - "Default 'except:' must be last"), # __IGNORE_WARNING__ + "Default 'except:' must be last"), 'F26': QCoreApplication.translate( 'pyFlakes', "Two starred expressions in assignment"),