From c1302fb4fa93b33b36a8786dc3f1a571f04e425f Mon Sep 17 00:00:00 2001 From: Daniel Wood Date: Thu, 29 Oct 2020 21:29:25 +0000 Subject: [PATCH] [Path] PEP8 whitespace fixes --- src/Mod/Path/PathScripts/PathOp.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Mod/Path/PathScripts/PathOp.py b/src/Mod/Path/PathScripts/PathOp.py index 9b8c40a41c4e..39d2ea305437 100644 --- a/src/Mod/Path/PathScripts/PathOp.py +++ b/src/Mod/Path/PathScripts/PathOp.py @@ -92,7 +92,7 @@ class ObjectOp(object): FeatureBasePanels ... Base geometry support for Arch.Panels FeatureLocations ... Base location support FeatureCoolant ... Support for operation coolant - FeatureDiameters ... Support for turning operation diameters + FeatureDiameters ... Support for turning operation diameters The base class handles all base API and forwards calls to subclasses with an op prefix. For instance, an op is not expected to overwrite onChanged(), @@ -174,7 +174,7 @@ def __init__(self, obj, name): if FeatureDiameters & features: obj.addProperty("App::PropertyDistance", "MinDiameter", "Diameter", QtCore.QT_TRANSLATE_NOOP("PathOp", "Lower limit of the turning diameter")) obj.addProperty("App::PropertyDistance", "MaxDiameter", "Diameter", QtCore.QT_TRANSLATE_NOOP("PathOp", "Upper limit of the turning diameter.")) - + # members being set later self.commandlist = None self.horizFeed = None