Plugins/CheckerPlugins/Pep8/Pep8Dialog.py

branch
5_3_x
changeset 2865
05ddaf1e8d76
parent 2801
8ccc38b80dc2
child 2877
682ef11723c5
diff -r 614c63dfb798 -r 05ddaf1e8d76 Plugins/CheckerPlugins/Pep8/Pep8Dialog.py
--- a/Plugins/CheckerPlugins/Pep8/Pep8Dialog.py	Fri Aug 23 09:49:07 2013 +0200
+++ b/Plugins/CheckerPlugins/Pep8/Pep8Dialog.py	Sat Aug 24 13:53:14 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": "",

eric ide

mercurial