Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
FEM: solver run, add newline in error message
  • Loading branch information
berndhahnebach committed Jun 5, 2019
1 parent 28efbd2 commit 9161a87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Mod/Fem/femsolver/run.py
Expand Up @@ -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:
Expand Down

0 comments on commit 9161a87

Please sign in to comment.