mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-21 13:38:31 +02:00
fix typo in 'finally'
This commit is contained in:
parent
991c59b2e4
commit
e9313ca363
1 changed files with 1 additions and 1 deletions
|
@ -345,7 +345,7 @@ def run(manual_args=None):
|
||||||
else:
|
else:
|
||||||
_exit_multiline_code = "press Ctrl+D"
|
_exit_multiline_code = "press Ctrl+D"
|
||||||
|
|
||||||
# This is where we fi±nally open the journal!
|
# This is where we finally open the journal!
|
||||||
try:
|
try:
|
||||||
journal = open_journal(journal_name, config)
|
journal = open_journal(journal_name, config)
|
||||||
except KeyboardInterrupt:
|
except KeyboardInterrupt:
|
||||||
|
|
Loading…
Add table
Reference in a new issue