Typo in python af.createLibrary() signature.

Small typo.
This commit is contained in:
Staf Verhaegen 2020-10-07 17:44:14 +02:00
parent b91fbbbda2
commit b054045c0e
1 changed files with 1 additions and 1 deletions

View File

@ -285,7 +285,7 @@ extern "C" {
}
if (__cs.getObjectIds() == ":string:int" ) { }
else if (__cs.getObjectIds() == ":strint:int:string") libName = PyString_AsString(arg2);
else if (__cs.getObjectIds() == ":string:int:string") libName = PyString_AsString(arg2);
else {
PyErr_SetString( ConstructorError, "Bad parameter type for AllianceFramework.createLibrary()." );
return NULL;