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)