This commit is contained in:
Manuel Ebert 2013-09-23 17:24:23 -07:00
parent 7f4824f97b
commit de0f3771f3

View file

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