PluginPyLint.py

changeset 72
d864ddf21044
parent 69
2de720476713
parent 66
0ed7d5364b48
child 74
118903c67658
--- a/PluginPyLint.py	Sun Jan 21 14:33:10 2018 +0100
+++ b/PluginPyLint.py	Sun Jan 21 14:37:36 2018 +0100
@@ -35,7 +35,7 @@
 author = "Detlev Offenbach <detlev@die-offenbachs.de>"
 autoactivate = True
 deactivateable = True
-version = "6.1.8"
+version = "6.1.9"
 className = "PyLintPlugin"
 packageName = "PyLint"
 shortDescription = "Show the PyLint dialogs."
@@ -192,7 +192,8 @@
         # Linux, Unix ...
         pylintScript = 'pylint'
         scriptSuffixes = ["",
-                          "-python{0}".format(majorVersion)]
+                          "-python{0}".format(majorVersion),
+                          "{0}".format(majorVersion),]
         for minorVersion in minorVersions:
             scriptSuffixes.append(
                 "-python{0}.{1}".format(majorVersion, minorVersion))

eric ide

mercurial