--- 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: