mirror of https://gitlab.com/pamhyr/pamhyr2
Meshing: Mage: Fix mailleurTT.
parent
3dfdc308e3
commit
e4a012b5a3
|
|
@ -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()}"
|
||||
|
|
|
|||
Loading…
Reference in New Issue