Minor patch for #5255

This commit is contained in:
Miroslav Stampar
2022-12-12 15:24:27 +01:00
parent 33a6547f5b
commit ebaee3a4e6
3 changed files with 9 additions and 3 deletions

View File

@@ -250,7 +250,10 @@ def main():
raise SystemExit
except KeyboardInterrupt:
print()
try:
print()
except IOError:
pass
except EOFError:
print()