--- a/scripts/uninstall-debugclients.py Thu Sep 15 10:09:53 2022 +0200 +++ b/scripts/uninstall-debugclients.py Thu Sep 15 11:00:36 2022 +0200 @@ -33,7 +33,7 @@ global currDir if sys.platform.startswith("win"): - with contextlib.suppress(): + with contextlib.suppress(EOFError): input("Press enter to continue...") # secok os.chdir(currDir)