[pybullet] clear error after parsing UDP string argument (instead of shared memory 'int' argument)

This commit is contained in:
Erwin Coumans
2017-01-28 13:03:01 -08:00
parent 386317057d
commit 2ea7111933

View File

@@ -266,6 +266,9 @@ static PyObject* pybullet_connectPhysicsServer(PyObject* self, PyObject* args, P
"connectPhysicsServer cannot parse second argument (either integer or string)");
return NULL;
} else
{
PyErr_Clear();
}
}
}