Merge branch 'typo_createlib' into 'devel'
Typo in python af.createLibrary() signature. See merge request vlsi-eda/coriolis!4
This commit is contained in:
commit
2fab191cef
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue