FEM: solver frame work task panel, add space to error

This commit is contained in:
Bernd Hahnebach
2020-02-16 21:00:29 +01:00
parent f9cc8b143a
commit 75a9dce3e1

View File

@@ -37,8 +37,9 @@ import femsolver.report
_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):