From a322effcef70b50f5da7dd746d26d02d5d8d3bb2 Mon Sep 17 00:00:00 2001 From: paullee0 Date: Fri, 17 Jan 2020 03:43:31 +0800 Subject: [PATCH] [ArchWall] Typo --- src/Mod/Arch/ArchWall.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Mod/Arch/ArchWall.py b/src/Mod/Arch/ArchWall.py index 908589d5da..07a3b663bd 100644 --- a/src/Mod/Arch/ArchWall.py +++ b/src/Mod/Arch/ArchWall.py @@ -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