install.py

changeset 4512
23e8b848efb0
parent 4456
9a2304647d95
child 4519
55186d362145
diff -r b5e4e7efa904 -r 23e8b848efb0 install.py
--- a/install.py	Thu Oct 29 19:06:49 2015 +0100
+++ b/install.py	Thu Oct 29 19:10:20 2015 +0100
@@ -738,7 +738,7 @@
         try:
             shutilCopy(name, cfg['ericDocDir'])
         except EnvironmentError:
-            print("Could not install '{1}'.".format(name))
+            print("Could not install '{0}'.".format(name))
    
     # copy some more stuff
     for name in ['default.e4k', 'default_Mac.e4k']:

eric ide

mercurial