FEM: print should use brackets for python3 compatibility

Signed-off-by: Przemo Firszt <przemo@firszt.eu>
This commit is contained in:
Przemo Firszt
2015-10-15 15:16:16 +01:00
committed by wmayer
parent cfc2a4d1f2
commit f0951065c9
2 changed files with 11 additions and 12 deletions

View File

@@ -48,7 +48,7 @@ class _CommandQuickAnalysis(FemCommands):
self.fea.load_results()
self.show_results_on_mesh()
else:
print "CalculiX failed ccx finished with error {}".format(ret_code)
print ("CalculiX failed ccx finished with error {}".format(ret_code))
self.fea = FemTools()
self.fea.reset_all()