mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-20 04:58:32 +02:00
make format
This commit is contained in:
parent
18458b7299
commit
6e0a47ccf7
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ def run_command(context, args):
|
||||||
@then("the runtime config should have {key_as_dots} set to {override_value}")
|
@then("the runtime config should have {key_as_dots} set to {override_value}")
|
||||||
def config_override(context, key_as_dots: str, override_value: str):
|
def config_override(context, key_as_dots: str, override_value: str):
|
||||||
key_as_vec = key_as_dots.split(".")
|
key_as_vec = key_as_dots.split(".")
|
||||||
|
|
||||||
def _mock_callback(**args):
|
def _mock_callback(**args):
|
||||||
print("callback executed")
|
print("callback executed")
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue