Salome HOME
53099: 3D Extrusion algo refuses to work on an extruded solid with internal faces
[modules/smesh.git] / src / SMESH_SWIG / smeshBuilder.py
index 67e3c71b3433800884b11ef396e1aa66d4ea9b8c..cfd4117f149209fdfb99b0d254121eba117291c0 100644 (file)
@@ -252,7 +252,7 @@ def TreatHypoStatus(status, hypName, geomName, isAlgo, mesh):
         if mesh:
             meshName = GetName( mesh )
             if meshName and meshName != NO_NAME:
-                where = '"%s" in "%s"' % ( geomName, meshName )
+                where = '"%s" shape in "%s" mesh ' % ( geomName, meshName )
     if status < HYP_UNKNOWN_FATAL and where:
         print '"%s" was assigned to %s but %s' %( hypName, where, reason )
     elif where: