mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-06-27 21:16:14 +02:00
Change default config to use journal key instead of journal name as key for file path (#1594)
This commit is contained in:
parent
dd7f59cef7
commit
ceff398a01
3 changed files with 4 additions and 4 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