scripts/install-dependencies.py

branch
eric7
changeset 9328
49a0a9cb2505
parent 9324
7f7f3e47b238
child 9632
dd907ee33b03
diff -r 2b768afcaee1 -r 49a0a9cb2505 scripts/install-dependencies.py
--- a/scripts/install-dependencies.py	Thu Sep 15 10:09:53 2022 +0200
+++ b/scripts/install-dependencies.py	Thu Sep 15 11:00:36 2022 +0200
@@ -23,7 +23,7 @@
     print()
 
     if sys.platform.startswith(("win", "cygwin")):
-        with contextlib.suppress():
+        with contextlib.suppress(EOFError):
             input("Press enter to continue...")  # secok
 
     sys.exit(rcode)

eric ide

mercurial