Meshing: Mage: Fix mailleurTT.

setup.py
Pierre-Antoine Rouby 2024-01-24 15:26:18 +01:00
parent 3dfdc308e3
commit e4a012b5a3
1 changed files with 1 additions and 1 deletions

View File

@ -298,7 +298,7 @@ class MeshingWithMageMailleurTT(AMeshingTool):
)
proc.waitForFinished()
errors = str(proc.readAllStandardError())
errors = proc.readAllStandardError()
if len(errors) != 0:
logger.error(
f"{logger_color_red()}{errors}{logger_color_reset()}"