Skip to content

Commit 3c5d2bd

Browse files
TYPO
1 parent 0219382 commit 3c5d2bd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

stlib/geometries/extract.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def generateAttribute(self, parent : Geometry):
4141
elif self.sourceType == ElementType.HEXAHEDRA:
4242
node.addObject("Hexa2QuadTopologicalMapping", input=fromLink, output=node.container.linkpath)
4343
else:
44-
Sofa.msg_error("[stlib/geometry/exctrat.py]", "Element type: " + str(self.sourceType) + " not supported.")
44+
Sofa.msg_error(self, "Element type: " + str(self.sourceType) + " not supported.")
4545

4646
self.position = node.container.position.linkpath
4747
if node.container.findData("edges") is not None:

0 commit comments

Comments
 (0)