Little change to the install script. eric7

Mon, 27 Feb 2023 16:59:51 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Mon, 27 Feb 2023 16:59:51 +0100
branch
eric7
changeset 9819
51822ebcb6de
parent 9818
7a6e7ff61e6a
child 9823
31eeccd92f86

Little change to the install script.

scripts/install.py file | annotate | diff | comparison | revisions
--- a/scripts/install.py	Mon Feb 27 16:55:09 2023 +0100
+++ b/scripts/install.py	Mon Feb 27 16:59:51 2023 +0100
@@ -921,9 +921,6 @@
         if os.access(cfg["apidir"], os.W_OK):
             for progLanguage in progLanguages:
                 apidir = os.path.join(cfg["apidir"], progLanguage)
-                print(
-                    "\nInstalling {0} API files to '{1}'.".format(progLanguage, apidir)
-                )
                 if not os.path.exists(apidir):
                     os.makedirs(apidir)
                 for apiName in glob.glob(

eric ide

mercurial