mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-17 19:48:31 +02:00
add line breaks to keyboard interrupt so it looks more like other exceptions
This commit is contained in:
parent
b907064639
commit
7be9f2037d
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ def cli(manual_args=None):
|
|||
return 1
|
||||
|
||||
except KeyboardInterrupt:
|
||||
print_msg("KeyboardInterrupt", "Aborted by user", msg=Message.ERROR)
|
||||
print_msg("\nKeyboardInterrupt", "\nAborted by user", msg=Message.ERROR)
|
||||
return 1
|
||||
|
||||
except Exception as e:
|
||||
|
|
Loading…
Add table
Reference in a new issue