[FEM] [skip CI] fix a string

This commit is contained in:
Uwe
2022-07-16 18:54:11 +02:00
parent 2dd9d69112
commit 32ac6fa9fd

View File

@@ -114,7 +114,7 @@ def get_cores(name):
if name in _SOLVER_PARAM:
cores = _SOLVER_PARAM[name].get_cores()
FreeCAD.Console.PrintMessage(
'Number of CPU cores to be used for the solvier run: {} \n'
"Number of CPU cores to be used for the solvier run: {} \n"
.format(cores)
)
return cores