fix various small issues in the codebase

This commit is contained in:
Jonathan Wren 2020-04-11 14:25:50 -07:00
parent e47d3a8a91
commit 3dc5999079
10 changed files with 6 additions and 25 deletions

View file

@ -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