scripts/uninstall-debugclients.py

branch
eric7
changeset 9328
49a0a9cb2505
parent 9221
bf71ee032bb4
child 9482
a2bc06a54d9d
diff -r 2b768afcaee1 -r 49a0a9cb2505 scripts/uninstall-debugclients.py
--- 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)

eric ide

mercurial