mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-20 04:58:32 +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
|
# fmt: off
|
||||||
try:
|
try:
|
||||||
with \
|
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), \
|
mock.patch('jrnl.install.load_or_install_jrnl', return_value=context.jrnl_config), \
|
||||||
:
|
:
|
||||||
parsed_args = parse_args(context.args)
|
parsed_args = parse_args(context.args)
|
||||||
|
|
Loading…
Add table
Reference in a new issue