FEM: use ConsolePrints instead off print in beamsection and shellthickness

This commit is contained in:
Bernd Hahnebach
2015-11-09 07:42:25 +01:00
parent c115dd74a4
commit 8c8b134a15
2 changed files with 2 additions and 2 deletions

View File

@@ -100,7 +100,7 @@ class _TaskPanelFemShellThickness:
self.references.append(selection)
self.rebuild_list_References()
else:
print(selection[0].Name, '-->', selection[1], ' is already in reference list!')
FreeCAD.Console.PrintMessage(selection[0].Name + ' --> ' + selection[1] + ' is in reference list already!\n')
def rebuild_list_References(self):
self.form.list_References.clear()