diff --git a/examples/pybullet/pybullet.c b/examples/pybullet/pybullet.c index 4fed9e3a5..5f23c6b73 100644 --- a/examples/pybullet/pybullet.c +++ b/examples/pybullet/pybullet.c @@ -1083,8 +1083,8 @@ b3PhysicsClientHandle sm = 0; Py_INCREF(Py_None); return Py_None; } - PyErr_SetString(SpamError, "Error parsing arguments in setJointControl."); - return NULL; +// PyErr_SetString(SpamError, "Error parsing arguments in setJointControl."); +// return NULL; } static PyObject* pybullet_setRealTimeSimulation(PyObject* self,