mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-20 04:58:32 +02:00
review feedbac
This commit is contained in:
parent
52e146d12c
commit
31577ad0fc
1 changed files with 1 additions and 4 deletions
|
@ -42,10 +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(".")
|
||||||
# with open(context.config_path) as f:
|
|
||||||
# loaded_cfg = yaml.load(f, Loader=yaml.FullLoader)
|
|
||||||
# loaded_cfg["journal"] = "features/journals/simple.journal"
|
|
||||||
|
|
||||||
def _mock_callback(**args):
|
def _mock_callback(**args):
|
||||||
print("callback executed")
|
print("callback executed")
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue