mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-19 20:48:31 +02:00
rename variable for intent
This commit is contained in:
parent
336df64a05
commit
113d5e7318
1 changed files with 1 additions and 0 deletions
|
@ -27,6 +27,7 @@ def config_override(context, key_as_dots: str, override_value: str):
|
|||
# fmt: off
|
||||
try:
|
||||
with \
|
||||
mock.patch.object(jrnl.override,"_recursively_apply",wraps=jrnl.override._recursively_apply) as spy_recurse, \
|
||||
mock.patch('jrnl.install.load_or_install_jrnl', return_value=context.jrnl_config), \
|
||||
:
|
||||
parsed_args = parse_args(context.args)
|
||||
|
|
Loading…
Add table
Reference in a new issue