--- a/Plugins/CheckerPlugins/CodeStyleChecker/MiscellaneousChecker.py Sun Nov 15 13:52:29 2015 +0100 +++ b/Plugins/CheckerPlugins/CodeStyleChecker/MiscellaneousChecker.py Sun Nov 15 13:59:43 2015 +0100 @@ -68,7 +68,7 @@ self.__args = args self.__blindExceptRegex = re.compile( - r'(except:)') # __IGNORE_WARNING__ + r'(\bexcept:)') # __IGNORE_WARNING__ self.__pep3101FormatRegex = re.compile( r'^(?:[^\'"]*[\'"][^\'"]*[\'"])*\s*%|^\s*%')