diff --git a/src/Mod/Draft/WorkingPlane.py b/src/Mod/Draft/WorkingPlane.py index 0fedbc35a1..1be1c388cf 100644 --- a/src/Mod/Draft/WorkingPlane.py +++ b/src/Mod/Draft/WorkingPlane.py @@ -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)