Fixed a bug in the install script.

Thu, 23 Nov 2017 17:50:51 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Thu, 23 Nov 2017 17:50:51 +0100
changeset 5992
d184ca2d3a95
parent 5991
1ab3f4de8a4b
child 5993
4b2b9be7de14

Fixed a bug in the install script.

install.py file | annotate | diff | comparison | revisions
--- a/install.py	Thu Nov 23 17:42:13 2017 +0100
+++ b/install.py	Thu Nov 23 17:50:51 2017 +0100
@@ -1238,7 +1238,7 @@
             if not modulesOK:
                 altModulesOK = False
                 print('Sorry, please install {0}.'
-                      .format(" or ".join(altModulesList)))
+                      .format(" or ".join(altModules)))
         if not altModulesOK:
             exit(1)
     

eric ide

mercurial