scripts/install-debugclients.py

branch
eric7
changeset 9576
be9f8e7e42e0
parent 9482
a2bc06a54d9d
child 9653
e67609152c5e
--- a/scripts/install-debugclients.py	Tue Dec 06 16:57:54 2022 +0100
+++ b/scripts/install-debugclients.py	Tue Dec 06 17:35:41 2022 +0100
@@ -232,7 +232,7 @@
     global sourceDir, eric7SourceDir
 
     if sys.version_info < (3, 7, 0) or sys.version_info >= (4, 0, 0):
-        print("Sorry, the eric debugger requires Python 3.7 or better" " for running.")
+        print("Sorry, the eric debugger requires Python 3.7 or better for running.")
         exit(5)
 
     progName = os.path.basename(argv[0])

eric ide

mercurial