Little change of the executable detection.

Sun, 21 Jan 2018 15:06:14 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sun, 21 Jan 2018 15:06:14 +0100
changeset 74
118903c67658
parent 73
03d89d7a9d80
child 75
9351836385cb

Little change of the executable detection.

PluginPyLint.py file | annotate | diff | comparison | revisions
--- a/PluginPyLint.py	Sun Jan 21 14:38:12 2018 +0100
+++ b/PluginPyLint.py	Sun Jan 21 15:06:14 2018 +0100
@@ -230,7 +230,7 @@
                 versionStr = str(versionBytes, encoding='utf-8').strip()
                 if versionStr == "3":
                     _exePy3.add(exe)
-                else:
+                elif versionStr == "2":
                     _exePy2.add(exe)
             finally:
                 f.close()

eric ide

mercurial