Mon, 26 Aug 2013 19:33:40 +0200
Merged with translation update.
--- a/Plugins/CheckerPlugins/Pep8/Pep8Dialog.py Mon Aug 26 19:33:05 2013 +0200 +++ b/Plugins/CheckerPlugins/Pep8/Pep8Dialog.py Mon Aug 26 19:33:40 2013 +0200 @@ -172,8 +172,7 @@ self.__data = self.__project.getData("CHECKERSPARMS", "Pep8Checker") if self.__data is None or \ - "ExcludeFiles" not in self.__data or \ - len(self.__data) != 6: + len(self.__data) < 6: # initialize the data structure self.__data = { "ExcludeFiles": "",