Merge branch 'typo_createlib' into 'devel'

Typo in python af.createLibrary() signature.

See merge request vlsi-eda/coriolis!4
This commit is contained in:
Jean-Paul Chaput 2020-11-16 11:37:08 +01:00
commit 2fab191cef
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;