Blanket black formatting for Path python files

This commit is contained in:
Markus Lampert
2022-03-19 13:55:48 -07:00
committed by mlampert
parent efc942a8f6
commit d52fc71663
12 changed files with 23 additions and 14 deletions

View File

@@ -516,7 +516,10 @@ class CommandPathArray:
}
def IsActive(self):
selections = [sel.isDerivedFrom("Path::Feature") for sel in FreeCADGui.Selection.getSelection()]
selections = [
sel.isDerivedFrom("Path::Feature")
for sel in FreeCADGui.Selection.getSelection()
]
return selections and all(selections)
def Activated(self):