Salome HOME
PAL13409: EDF282 SMESH: Tetrahedron is added if we specify Mefisto.
[modules/smesh.git] / src / SMESHGUI / SMESHGUI_Swig.i
index 0ba7ee7e452a28c884f21df92b7489982d629e02..8172991a8ee96bccf6eebb985b5f7b37ecbed1b8 100644 (file)
 
   PyAllowThreadsGuard guard;
 
-  try {
-    $action
-  }
-  catch(...) {
-    PyErr_SetString(PyExc_RuntimeError,"Unknown exception caught");
-    return NULL;
-  }
+  $action
 }
 
 %include "typemaps.i"