setup.py
Theophile Terraz 2024-05-02 15:05:55 +02:00
parent ca7296ca8c
commit a0cdb182fd
1 changed files with 1 additions and 1 deletions

View File

@ -302,7 +302,7 @@ class MeshingWithMageMailleurTT(AMeshingTool):
with tempfile.TemporaryDirectory() as 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"
os.sync()