--- a/Plugins/CheckerPlugins/SyntaxChecker/pyflakes/translations.py Thu Mar 16 19:58:22 2017 +0100 +++ b/Plugins/CheckerPlugins/SyntaxChecker/pyflakes/translations.py Thu Mar 16 20:00:31 2017 +0100 @@ -89,7 +89,7 @@ "'continue' not supported inside 'finally' clause"), 'F25': QCoreApplication.translate( 'pyFlakes', - "Default 'except:' must be last"), # __IGNORE_WARNING_M121__ + "Default 'except:' must be last"), 'F26': QCoreApplication.translate( 'pyFlakes', "Two starred expressions in assignment"),