mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-20 04:58:32 +02:00
formatting
This commit is contained in:
parent
f250406e7d
commit
44310cb2db
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ def deserialize_config_args(input: list) -> dict:
|
||||||
cfg_value = True
|
cfg_value = True
|
||||||
elif cfg_value.lower() == "false":
|
elif cfg_value.lower() == "false":
|
||||||
cfg_value = False
|
cfg_value = False
|
||||||
|
|
||||||
runtime_modifications[cfg_key] = cfg_value
|
runtime_modifications[cfg_key] = cfg_value
|
||||||
|
|
||||||
return runtime_modifications
|
return runtime_modifications
|
||||||
|
|
Loading…
Add table
Reference in a new issue