Corrected the last change a little bit. eric7

Mon, 01 Nov 2021 17:04:14 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Mon, 01 Nov 2021 17:04:14 +0100
branch
eric7
changeset 8754
e7d63a5a2ae9
parent 8753
6888dacf86b6
child 8755
30f52c9d5153

Corrected the last change a little bit.

scripts/install.py file | annotate | diff | comparison | revisions
--- a/scripts/install.py	Mon Nov 01 17:02:40 2021 +0100
+++ b/scripts/install.py	Mon Nov 01 17:04:14 2021 +0100
@@ -1645,7 +1645,7 @@
     print("\nVersion Information")
     print("-------------------")
     
-    print("Python Version: {0:d}.{1:d}.{2:d}".format(*sys.version_info[:3]))
+    print("Python: {0:d}.{1:d}.{2:d}".format(*sys.version_info[:3]))
     
     # check version of Qt
     # ===================

eric ide

mercurial