We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0219382 commit 3c5d2bdCopy full SHA for 3c5d2bd
1 file changed
stlib/geometries/extract.py
@@ -41,7 +41,7 @@ def generateAttribute(self, parent : Geometry):
41
elif self.sourceType == ElementType.HEXAHEDRA:
42
node.addObject("Hexa2QuadTopologicalMapping", input=fromLink, output=node.container.linkpath)
43
else:
44
- Sofa.msg_error("[stlib/geometry/exctrat.py]", "Element type: " + str(self.sourceType) + " not supported.")
+ Sofa.msg_error(self, "Element type: " + str(self.sourceType) + " not supported.")
45
46
self.position = node.container.position.linkpath
47
if node.container.findData("edges") is not None:
0 commit comments