FEM: solver run, add newline in error message

This commit is contained in:
Bernd Hahnebach
2019-06-05 21:26:38 +02:00
parent 28efbd2e75
commit 9161a87853

View File

@@ -73,7 +73,7 @@ def run_fem_solver(solver, working_dir=None):
fea.ccx_run()
fea.load_results()
else:
App.Console.PrintError("Houston, we have a problem! {}\n".format(message))
App.Console.PrintError("Houston, we have a problem ...!\n{}\n".format(message))
else:
# App.Console.PrintMessage("Frame work solver!\n")
try: