reraise EOFError to fix control-d

This commit is contained in:
Paul Gauthier 2024-12-06 13:55:41 -08:00
parent 779983cb85
commit 7f72d2a703

View file

@ -497,7 +497,7 @@ class InputOutput:
return cmd
except EOFError:
return ""
raise
except Exception as err:
import traceback