[Upgrade to 2.0] Expand User directory (#704)

This commit is contained in:
MinchinWeb 2019-11-07 18:20:57 -07:00 committed by Manuel Ebert
parent 3a53dbcbfc
commit 971560edac

View file

@ -54,6 +54,8 @@ older versions of jrnl anymore.
encrypt = config.get('encrypt')
path = journal_conf
path = os.path.expanduser(path)
if encrypt:
encrypted_journals[journal_name] = path
elif os.path.isdir(path):