Commit c0b70c6b authored by Gyanendra Mishra's avatar Gyanendra Mishra

it looks alright

parent 552e2538
...@@ -135,6 +135,7 @@ def replace_with_defaults(input_args): ...@@ -135,6 +135,7 @@ def replace_with_defaults(input_args):
encoded_json = json.encode(result) encoded_json = json.encode(result)
print(json.indent(encoded_json)) print(json.indent(encoded_json))
print(module_io.ModuleInput(result))
return result return result
...@@ -150,8 +151,7 @@ def default_module_input(): ...@@ -150,8 +151,7 @@ def default_module_input():
"wait_for_finalization": False, "wait_for_finalization": False,
"wait_for_verifications": False, "wait_for_verifications": False,
"verifications_epoch_limit": 5, "verifications_epoch_limit": 5,
"global_log_level": "info", "global_log_level": "info"
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment