mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-17 11:38:32 +02:00
Code format correction
This commit is contained in:
parent
d694a283c7
commit
28a278695f
1 changed files with 1 additions and 0 deletions
|
@ -436,6 +436,7 @@ def open_journal(journal_name, config, legacy=False):
|
|||
return LegacyJournal(journal_name, **config).open()
|
||||
if config["journal"].endswith("/") or config["journal"].endswith("\\"):
|
||||
from . import FolderJournal
|
||||
|
||||
return FolderJournal.Folder(journal_name, **config).open()
|
||||
return PlainJournal(journal_name, **config).open()
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue