PAL12755: EDF: SALOME frozen with Load Script and a Python Module. Improve fix to not catch exceptions.

This commit is contained in:
jfa 2006-08-16 10:23:59 +00:00
parent 86081f7d0a
commit 8df60d4924

View File

@ -47,13 +47,7 @@
PyAllowThreadsGuard guard;
try {
$action
}
catch(...) {
PyErr_SetString(PyExc_RuntimeError,"Unknown exception caught");
return NULL;
}
$action
}
class GEOM_Swig