Skip to content
Snippets Groups Projects
Commit bb89f309 authored by alexander.lysikov's avatar alexander.lysikov
Browse files

added context parameter to the console command

parent f3babc65
No related branches found
No related tags found
1 merge request!26Support 3689
...@@ -135,7 +135,7 @@ PyObject *dap_chain_node_cli_cmd_item_create_py(PyObject *a_self, PyObject *a_ar ...@@ -135,7 +135,7 @@ PyObject *dap_chain_node_cli_cmd_item_create_py(PyObject *a_self, PyObject *a_ar
} }
} }
element_py_func_add(name, obj_cmdfunc); element_py_func_add(name, obj_cmdfunc);
dap_chain_node_cli_cmd_item_create(name, wrapping_cmdfunc, doc, doc_ex); dap_chain_node_cli_cmd_item_create(name, wrapping_cmdfunc, NULL, doc, doc_ex);
return PyLong_FromLong(0); return PyLong_FromLong(0);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment