mirror of https://gitlab.com/pamhyr/pamhyr2
debug
parent
ca7296ca8c
commit
a0cdb182fd
|
|
@ -302,7 +302,7 @@ class MeshingWithMageMailleurTT(AMeshingTool):
|
||||||
|
|
||||||
with tempfile.TemporaryDirectory() as tmp:
|
with tempfile.TemporaryDirectory() as tmp:
|
||||||
logger.debug(f"temp file: {tmp}")
|
logger.debug(f"temp file: {tmp}")
|
||||||
st_file = self.export_reach_to_st(reach, "tmp")
|
st_file = self.export_reach_to_st(reach, tmp)
|
||||||
m_file = st_file.rsplit(".ST", 1)[0] + ".M"
|
m_file = st_file.rsplit(".ST", 1)[0] + ".M"
|
||||||
|
|
||||||
os.sync()
|
os.sync()
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue