[ArchWall] Typo

This commit is contained in:
paullee0
2020-01-17 03:43:31 +08:00
committed by Yorik van Havre
parent d562b9f01a
commit a322effcef

View File

@@ -840,7 +840,7 @@ class _Wall(ArchComponent.Component):
if obj.OverrideWidth:
if obj.Base.isDerivedFrom("Sketcher::SketchObject"):
# If Base Object is ordinary Sketch (or when ArchSketch.getWidth() not implementted yet):-
# If Base Object is ordinary Sketch (or when ArchSketch.getWidth() not implemented yet):-
# sort the width list in OverrrideWidth to correspond to indexes of sorted edges of Sketch
try:
import ArchSketchObject
@@ -876,7 +876,7 @@ class _Wall(ArchComponent.Component):
if not aligns:
if obj.OverrideAlign:
if obj.Base.isDerivedFrom("Sketcher::SketchObject"):
# If Base Object is ordinary Sketch (or when ArchSketch.getAligns() not implementted yet):-
# If Base Object is ordinary Sketch (or when ArchSketch.getAligns() not implemented yet):-
# sort the align list in OverrideAlign to correspond to indexes of sorted edges of Sketch
try:
import ArchSketchObject