show_error kitten: Exit at EOF
This commit is contained in:
parent
ef4240e196
commit
e3adf8c6bf
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ def real_main(args: List[str]) -> None:
|
|||
|
||||
def main(args: List[str]) -> None:
|
||||
try:
|
||||
with suppress(KeyboardInterrupt):
|
||||
with suppress(KeyboardInterrupt, EOFError):
|
||||
real_main(args)
|
||||
except Exception:
|
||||
import traceback
|
||||
|
|
|
|||
Loading…
Reference in a new issue