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

This commit is contained in:
MinchinWeb 2019-11-07 18:20:57 -07:00
parent 46fbabd15b
commit b80a5d301c

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