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 1c8d0d1d84
commit acaeaf9ad5

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):