FEM: small improvements in the regard of flake8 compatiblity

This commit is contained in:
Bernd Hahnebach
2016-01-05 18:30:59 +01:00
committed by Yorik van Havre
parent c60c70eb7b
commit edac98b7ee
4 changed files with 9 additions and 4 deletions

View File

@@ -44,7 +44,7 @@ class _CommandSolverJobControl(FemCommands):
def Activated(self):
solver_obj = FreeCADGui.Selection.getSelection()[0]
FreeCADGui.ActiveDocument.setEdit(solver_obj,0)
FreeCADGui.ActiveDocument.setEdit(solver_obj, 0)
if FreeCAD.GuiUp: