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