Skip to content
Snippets Groups Projects

Fix: `call_module` argument conversion

1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -336,7 +336,7 @@ static PyObject* call_module( PyObject*, PyObject* pArgs, PyObject* pKeywordTupl
VAPY_REQUIRE_CONN_TRY;
static char* pKeyWordList[] = { "module_name", "arguments_dict", NULL };
const char* pcFormat = "sO!:call_module";
const char* pcFormat = "sO:call_module";
char* pcModuleName = nullptr;
PyObject* pArgumentsDict = nullptr;
Loading