mirror of https://gitlab.com/pamhyr/pamhyr2
MeshingTools: Fix sync call.
parent
ab11d15729
commit
cc3649fcb8
|
|
@ -305,8 +305,6 @@ class MeshingWithMageMailleurTT(AMeshingTool):
|
||||||
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()
|
|
||||||
|
|
||||||
proc = QProcess()
|
proc = QProcess()
|
||||||
proc.setWorkingDirectory(tmp)
|
proc.setWorkingDirectory(tmp)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue