diff -r af349b5bb030 -r 0ed7d5364b48 PluginPyLint.py --- a/PluginPyLint.py Thu May 25 14:11:01 2017 +0200 +++ b/PluginPyLint.py Mon Jun 12 19:21:21 2017 +0200 @@ -35,7 +35,7 @@ author = "Detlev Offenbach <detlev@die-offenbachs.de>" autoactivate = True deactivateable = True -version = "6.1.7" +version = "6.1.8" className = "PyLintPlugin" packageName = "PyLint" shortDescription = "Show the PyLint dialogs." @@ -189,7 +189,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))