mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-06-30 22:46:12 +02:00
fix various small issues in the codebase
This commit is contained in:
parent
e47d3a8a91
commit
3dc5999079
10 changed files with 6 additions and 25 deletions
|
@ -365,7 +365,7 @@ def run(manual_args=None):
|
|||
try:
|
||||
journal = open_journal(journal_name, config)
|
||||
except KeyboardInterrupt:
|
||||
print(f"[Interrupted while opening journal]", file=sys.stderr)
|
||||
print("[Interrupted while opening journal]", file=sys.stderr)
|
||||
sys.exit(1)
|
||||
|
||||
# Import mode
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue