Skip to content

Commit f08f238

Browse files
committed
Update baseapp.cpp
1 parent f4d72ab commit f08f238

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kbe/src/server/baseapp/baseapp.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1035,7 +1035,7 @@ PyObject* Baseapp::__py_createEntityRemotely(PyObject* self, PyObject* args)
10351035
switch (argCount)
10361036
{
10371037
case 4:
1038-
ret = PyArg_ParseTuple(args, "s|O|O|O", &entityType, &params, &pyEntityCall, &pyCallback);
1038+
ret = PyArg_ParseTuple(args, "s|O|O|O", &entityType, &pyEntityCall, &params, &pyCallback);
10391039
break;
10401040
case 3:
10411041
ret = PyArg_ParseTuple(args, "s|O|O", &entityType, &pyEntityCall, &params);

0 commit comments

Comments
 (0)