mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-20 04:58:32 +02:00
make format
This commit is contained in:
parent
318e45e2ad
commit
cbc59755d7
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,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