FEM: gmsh task panel, fix regression added with c6faecdcee

This commit is contained in:
Bernd Hahnebach
2020-11-30 11:53:17 +01:00
committed by GitHub
parent 0eba78d400
commit cfa0293215

View File

@@ -231,7 +231,7 @@ class _TaskPanel:
if m.Name == self.mesh_obj.Name:
FreeCAD.Console.PrintMessage(
"Active analysis found: {}\n"
.format(self.analysis.Name)
.format(analysis.Name)
)
self.analysis = analysis # group meshing
break