mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-07-01 22:56:12 +02:00
Merge branch 'develop' into encryption-rework
This commit is contained in:
commit
a9f57a0ce9
9 changed files with 49 additions and 19 deletions
|
@ -118,7 +118,7 @@ def output_should_be_columns_wide(cli_run, width):
|
|||
)
|
||||
)
|
||||
def default_journal_location(journal_file, journal_dir, config_on_disk, temp_dir):
|
||||
default_journal_path = config_on_disk["journals"]["default"]
|
||||
default_journal_path = config_on_disk["journals"]["default"]["journal"]
|
||||
expected_journal_path = (
|
||||
os.path.join(temp_dir.name, journal_file)
|
||||
if journal_dir == "."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue