comment on step

This commit is contained in:
sriniv27 2021-02-12 17:54:07 -05:00
parent 4f933181c6
commit ccba68013c

View file

@ -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]