Skip to content

Commit

Permalink
FEM: solver frame work task panel, add space to error
Browse files Browse the repository at this point in the history
  • Loading branch information
berndhahnebach committed Feb 16, 2020
1 parent 1c8d0d1 commit acaeaf9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/Mod/Fem/femguiobjects/_TaskPanelFemSolverControl.py
Expand Up @@ -37,8 +37,9 @@
_UPDATE_INTERVAL = 50
_REPORT_TITLE = "Run Report"
_REPORT_ERR = (
"Failed to run. Please try again after all"
"of the following errors are resolved.")
"Failed to run. Please try again after all "
"of the following errors are resolved."
)


class ControlTaskPanel(QtCore.QObject):
Expand Down

0 comments on commit acaeaf9

Please sign in to comment.