mirror of https://github.com/KLayout/klayout.git
Enabling polymorphic re-throw, hence supporting TypeError
This commit is contained in:
parent
2b60e2f6e9
commit
a72888e331
|
|
@ -614,7 +614,7 @@ push_args (gsi::SerialArgs &arglist, const gsi::MethodBase *meth, PyObject *args
|
||||||
}
|
}
|
||||||
|
|
||||||
ex.set_basic_msg (msg);
|
ex.set_basic_msg (msg);
|
||||||
throw ex;
|
throw;
|
||||||
|
|
||||||
} catch (...) {
|
} catch (...) {
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue