Fixed an issue in the PEP-8 dialog.

Tue, 03 Sep 2013 19:19:56 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Tue, 03 Sep 2013 19:19:56 +0200
changeset 2881
e942480a6130
parent 2880
a45c59bddc79
child 2882
9b97bc92fdda

Fixed an issue in the PEP-8 dialog.

Plugins/CheckerPlugins/Pep8/Pep8Dialog.py file | annotate | diff | comparison | revisions
--- a/Plugins/CheckerPlugins/Pep8/Pep8Dialog.py	Mon Sep 02 18:35:53 2013 +0200
+++ b/Plugins/CheckerPlugins/Pep8/Pep8Dialog.py	Tue Sep 03 19:19:56 2013 +0200
@@ -241,7 +241,7 @@
                 "FixIssues": False,
             }
         if "MaxLineLength" not in self.__data:
-            self.__data["MaxLineLength"] = pep8.MAX_LINE_LENGTH,
+            self.__data["MaxLineLength"] = pep8.MAX_LINE_LENGTH
         if "HangClosing" not in self.__data:
             self.__data["HangClosing"] = False
         if "NoFixCodes" not in self.__data:

eric ide

mercurial