Fixed syntax error
This commit is contained in:
committed by
Yorik van Havre
parent
a1ae74a26b
commit
78ddda11a3
@@ -366,7 +366,7 @@ class _CommandWall:
|
||||
elif len(self.points) == 2:
|
||||
import Part
|
||||
l = Part.LineSegment(FreeCAD.DraftWorkingPlane.getLocalCoords(self.points[0]),
|
||||
FreeCAD.DraftWorkingPlane.getLocalCoords(self.points[1])
|
||||
FreeCAD.DraftWorkingPlane.getLocalCoords(self.points[1]))
|
||||
self.tracker.finalize()
|
||||
FreeCAD.ActiveDocument.openTransaction(translate("Arch","Create Wall"))
|
||||
FreeCADGui.addModule("Arch")
|
||||
|
||||
Reference in New Issue
Block a user