scripts/install.py

branch
eric7
changeset 9717
02544efa689b
parent 9694
90a7081e2837
child 9725
b9a29a7aa820
child 9727
c34b4286545a
diff -r 81a6bb09163e -r 02544efa689b scripts/install.py
--- a/scripts/install.py	Sun Jan 22 15:02:17 2023 +0100
+++ b/scripts/install.py	Sun Jan 22 15:02:34 2023 +0100
@@ -893,7 +893,9 @@
             shutilCopy(os.path.join(sourceDir, "docs", name), cfg["ericDocDir"])
         except OSError:
             print(
-                "\nCould not install '{0}'.".format(os.path.join(sourceDir, "docs", name))
+                "\nCould not install '{0}'.".format(
+                    os.path.join(sourceDir, "docs", name)
+                )
             )
     for name in glob.glob(os.path.join(sourceDir, "docs", "README*.*")):
         try:

eric ide

mercurial