diff -r 7f643d41464e -r f904d0eef264 scripts/install-debugclients.py --- a/scripts/install-debugclients.py Wed Jun 17 17:12:21 2020 +0200 +++ b/scripts/install-debugclients.py Wed Jun 17 20:18:54 2020 +0200 @@ -54,7 +54,7 @@ if sys.platform.startswith("win"): try: - input("Press enter to continue...") + input("Press enter to continue...") # secok except (EOFError, SyntaxError): pass