PluginPyLint.py

changeset 75
9351836385cb
parent 74
118903c67658
child 77
87638b1c91b4
diff -r 118903c67658 -r 9351836385cb PluginPyLint.py
--- a/PluginPyLint.py	Sun Jan 21 15:06:14 2018 +0100
+++ b/PluginPyLint.py	Wed Feb 21 10:16:34 2018 +0100
@@ -35,7 +35,7 @@
 author = "Detlev Offenbach <detlev@die-offenbachs.de>"
 autoactivate = True
 deactivateable = True
-version = "6.1.9"
+version = "6.1.10"
 className = "PyLintPlugin"
 packageName = "PyLint"
 shortDescription = "Show the PyLint dialogs."
@@ -181,7 +181,7 @@
                         for exePath in exePaths:
                             executables.add(exePath)
                     
-                    exePath = getExePath(
+                    exePaths = getExePath(
                         winreg.HKEY_LOCAL_MACHINE,
                         winreg.KEY_WOW64_64KEY | winreg.KEY_READ, versionStr)
                     if exePaths:

eric ide

mercurial