mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-20 04:58:32 +02:00
Remove qoutes for test cases
This commit is contained in:
parent
036df08a9e
commit
440d1dc972
1 changed files with 1 additions and 1 deletions
|
@ -186,7 +186,7 @@ def run(manual_args=None):
|
|||
journal_name = 'default'
|
||||
|
||||
if journal_name not in config['journals']:
|
||||
util.prompt("No '{}' journal configured.".format(journal_name))
|
||||
util.prompt("No {} journal configured.".format(journal_name))
|
||||
util.prompt(list_journals(config))
|
||||
sys.exit(1)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue