scripts/uninstall.py

branch
eric7
changeset 9328
49a0a9cb2505
parent 9221
bf71ee032bb4
child 9361
718bc86e1c3f
diff -r 2b768afcaee1 -r 49a0a9cb2505 scripts/uninstall.py
--- a/scripts/uninstall.py	Thu Sep 15 10:09:53 2022 +0200
+++ b/scripts/uninstall.py	Thu Sep 15 11:00:36 2022 +0200
@@ -43,7 +43,7 @@
         os.rename("eric7config.py.orig", "eric7config.py")
 
     if sys.platform.startswith(("win", "cygwin")):
-        with contextlib.suppress():
+        with contextlib.suppress(EOFError):
             input("Press enter to continue...")  # secok
 
     os.chdir(currDir)

eric ide

mercurial