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 75e5dc95d5
commit 115fbd68bb
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):