Salome HOME
updated copyright message
[modules/shaper.git] / src / ExchangePlugin / Test / TestExportPart_Results_3.py
index dfd89d55a8819a66a84173d79f47f05dc140ed03..6ab686f2c67da3f01a8ad74b1e4aac230205bfe6 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2019-2022  CEA/DEN, EDF R&D
+# Copyright (C) 2019-2023  CEA/DEN, EDF R&D
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
@@ -72,3 +72,5 @@ model.begin()
 model.exportPart(Part_1_doc, filename, [featureToExport.result()])
 model.end()
 assert os.path.exists(filename), "ERROR: Cannot export feature {}".format(featureToExport.name())
+
+model.removeTmpFile(filename)