mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-20 04:58:32 +02:00
comment on step
This commit is contained in:
parent
4f933181c6
commit
ccba68013c
1 changed files with 1 additions and 0 deletions
|
@ -28,6 +28,7 @@ def config_override(context, key_as_dots: str, override_value: str):
|
|||
run(parsed_args)
|
||||
runtime_cfg = spy_recurse.call_args_list[0][0][0]
|
||||
|
||||
# extract the value of the desired key from the configuration after overrides have been applied
|
||||
for k in key_as_vec:
|
||||
runtime_cfg = runtime_cfg['%s'%k]
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue