Fix: `call_module` argument conversion
Compare changes
+ 1
− 1
@@ -336,7 +336,7 @@ static PyObject* call_module( PyObject*, PyObject* pArgs, PyObject* pKeywordTupl
The second argument of call_module
cause a type error.
This fixes this issue.