Fixed a bug in the main plug-in file. release-6.1.10

Wed, 21 Feb 2018 10:16:34 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Wed, 21 Feb 2018 10:16:34 +0100
changeset 75
9351836385cb
parent 74
118903c67658
child 76
0aebee3fdca9

Fixed a bug in the main plug-in file.

ChangeLog file | annotate | diff | comparison | revisions
PluginPyLint.py file | annotate | diff | comparison | revisions
PluginPyLint.zip file | annotate | diff | comparison | revisions
--- a/ChangeLog	Sun Jan 21 15:06:14 2018 +0100
+++ b/ChangeLog	Wed Feb 21 10:16:34 2018 +0100
@@ -1,5 +1,8 @@
 ChangeLog
 ---------
+Version 6.1.10:
+- bug fixes
+
 Version 6.1.9:
 - improved executable and Python version determination
 
--- 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:
Binary file PluginPyLint.zip has changed

eric ide

mercurial