fix pybullet unreachable code path
This commit is contained in:
@@ -1083,8 +1083,8 @@ b3PhysicsClientHandle sm = 0;
|
|||||||
Py_INCREF(Py_None);
|
Py_INCREF(Py_None);
|
||||||
return Py_None;
|
return Py_None;
|
||||||
}
|
}
|
||||||
PyErr_SetString(SpamError, "Error parsing arguments in setJointControl.");
|
// PyErr_SetString(SpamError, "Error parsing arguments in setJointControl.");
|
||||||
return NULL;
|
// return NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
static PyObject* pybullet_setRealTimeSimulation(PyObject* self,
|
static PyObject* pybullet_setRealTimeSimulation(PyObject* self,
|
||||||
|
|||||||
Reference in New Issue
Block a user