[Arch] Fix LGTM warnings
This commit is contained in:
committed by
Chris Hennes
parent
8064b6bf01
commit
6391bebeb8
@@ -119,7 +119,7 @@ class _CutPlaneTaskPanel:
|
||||
self.linecut=linecut
|
||||
self.plan=None
|
||||
if linecut:
|
||||
self.plan=plan=getPlanWithLine(FreeCADGui.Selection.getSelectionEx()[1].SubObjects[0])
|
||||
self.plan = getPlanWithLine(FreeCADGui.Selection.getSelectionEx()[1].SubObjects[0])
|
||||
else :
|
||||
self.plan = FreeCADGui.Selection.getSelectionEx()[1].SubObjects[0]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user