Draft: Fix error in PR10327 (#10329)

This commit is contained in:
Roy-043
2023-08-23 13:32:37 +02:00
committed by GitHub
parent 29339d7197
commit a60c9c2cf1

View File

@@ -1330,4 +1330,4 @@ def getPlacementFromFace(face, rotated=False):
Calls DraftGeomUtils.placement_from_face(). See there.
"""
utils.use_instead("DraftGeomUtils.placement_from_face")
return DraftGeomUtils.placement_from_face(face, rotated)
return DraftGeomUtils.placement_from_face(face, rotated=rotated)