Salome HOME
Remove temporary files after test execution
[modules/shaper.git] / src / PythonAPI / model / services / __init__.py
index 1e5132e1118e45c8b056b7c9f6115c6869029d65..0a0c7aa893bfaccc93f254913332132de3f1ed4d 100644 (file)
@@ -74,6 +74,7 @@ def checkPythonDump(theDumpMode = CHECK_NAMING_AND_GEOMETRICAL):
   aGeo  = aPrefix + "_geo.py"
   aWeak = aPrefix + "_weak.py"
   isOk = checkPyDump(aNaming, aGeo, aWeak, theDumpMode)
+  removeTmpFile(aPrefix)
   removeTmpFile(aNaming)
   removeTmpFile(aGeo)
   removeTmpFile(aWeak)