mirror of https://gitlab.com/pamhyr/pamhyr2
Meshing: Mage: Fix pep8.
parent
d0afd0ed74
commit
14a2abaebd
|
|
@ -300,7 +300,9 @@ class MeshingWithMageMailleurTT(AMeshingTool):
|
||||||
|
|
||||||
errors = str(proc.readAllStandardError())
|
errors = str(proc.readAllStandardError())
|
||||||
if len(errors) != 0:
|
if len(errors) != 0:
|
||||||
logger.error(f"{logger_color_red()}{errors}{logger_color_reset()}")
|
logger.error(
|
||||||
|
f"{logger_color_red()}{errors}{logger_color_reset()}"
|
||||||
|
)
|
||||||
else:
|
else:
|
||||||
self.import_m_file(reach, m_file)
|
self.import_m_file(reach, m_file)
|
||||||
return reach
|
return reach
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue