--- 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])