FEM: gmsh task panel, fix regression added with 692358ea8cfa

This commit is contained in:
Bernd Hahnebach
2020-11-30 11:53:17 +01:00
committed by GitHub
parent a7d9b3ddcc
commit 1ccdab3c5d

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