mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-10 16:48:31 +02:00
Fixes #91
This commit is contained in:
parent
7f4824f97b
commit
de0f3771f3
1 changed files with 1 additions and 0 deletions
|
@ -146,6 +146,7 @@ def cli(manual_args=None):
|
|||
config.update(journal_conf)
|
||||
else: # But also just give them a string to point to the journal file
|
||||
config['journal'] = journal_conf
|
||||
config['journal'] = os.path.expanduser(config['journal'])
|
||||
touch_journal(config['journal'])
|
||||
mode_compose, mode_export = guess_mode(args, config)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue