Small typo in Cell::getComponentsUnder() Python wrapper.
This commit is contained in:
parent
8ce16add53
commit
90300eb651
|
@ -249,7 +249,7 @@ extern "C" {
|
||||||
METHOD_HEAD("Cell.getComponentsUnder()")
|
METHOD_HEAD("Cell.getComponentsUnder()")
|
||||||
|
|
||||||
PyBox* pyBox;
|
PyBox* pyBox;
|
||||||
if (!PyArg_ParseTuple(args,"O!:Cell.getInstancesUnder", &PyTypeBox, &pyBox)) {
|
if (!PyArg_ParseTuple(args,"O!:Cell.getComponentsUnder", &PyTypeBox, &pyBox)) {
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
PyComponentCollection* pyComponentCollection = NULL;
|
PyComponentCollection* pyComponentCollection = NULL;
|
||||||
|
|
Loading…
Reference in New Issue