A bit more clear error message...

This commit is contained in:
Bastien Montagne 2013-05-02 14:03:56 +00:00
parent 396222bd01
commit 4a8663d66e

@ -700,8 +700,7 @@ PyObject *BPy_BMO_call(BPy_BMeshOpFunc *self, PyObject *args, PyObject *kw)
}
else {
PyErr_SetString(PyExc_TypeError,
"calling a bmesh operator expects a single BMesh (non keyword) "
"as the first argument");
"bmesh operators expect a single BMesh positional argument, all other args must be keywords");
return NULL;
}