forked from bartvdbraak/blender
fix previously fixed error msg.
This commit is contained in:
parent
adcef46599
commit
148134205f
@ -234,7 +234,7 @@ PyObject *BonesDict_GetItem(BPy_BonesDict *self, PyObject* key)
|
|||||||
}
|
}
|
||||||
|
|
||||||
PyOS_snprintf( buffer, sizeof(buffer),
|
PyOS_snprintf( buffer, sizeof(buffer),
|
||||||
"KeyError: bone %s not found", key_str);
|
"bone %s not found", key_str);
|
||||||
|
|
||||||
return EXPP_ReturnPyObjError(PyExc_KeyError, buffer );
|
return EXPP_ReturnPyObjError(PyExc_KeyError, buffer );
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user