Commit a0cdb182 authored by Theophile Terraz's avatar Theophile Terraz
Browse files

debug

No related merge requests found
Pipeline #55172 passed with stages
in 3 minutes and 21 seconds
Showing with 1 addition and 1 deletion
+1 -1
......@@ -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()
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment