mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-07-05 07:56:14 +02:00
renamed variable
This commit is contained in:
parent
e889585935
commit
0bf4e52c9f
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ def config_override(context, key_as_dots: str, override_value: str):
|
|||
:
|
||||
parsed_args = parse_args(context.args)
|
||||
run(parsed_args)
|
||||
runtime_cfg = mock_recurse.call_args_list[0][0][0]
|
||||
runtime_cfg = spy_recurse.call_args_list[0][0][0]
|
||||
|
||||
for k in key_as_vec:
|
||||
runtime_cfg = runtime_cfg['%s'%k]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue