Salome HOME
merge V5_1_4
[modules/smesh.git] / src / SMESH_SWIG / smeshDC.py
index 4cde48b12cdb848136938135f8bb726f787d1a62..5e923300583d75c95884613ae2b3990b5aef2240 100644 (file)
@@ -1197,6 +1197,8 @@ class Mesh:
                             if not s: continue
                             mainSO = s.FindObjectIOR(mainIOR)
                             if not mainSO: continue
+                            if err.subShapeID == 1:
+                                shapeText = ' on "%s"' % mainSO.GetName()
                             subIt = s.NewChildIterator(mainSO)
                             while subIt.More():
                                 subSO = subIt.Value()