Salome HOME
Updated copyright comment
[modules/shaper.git] / src / ExchangePlugin / Test / TestImportPart_AfterLast_4.py
index 1acff3aa6fa1b8bb77439128e14a3c12d822d20d..4d490ceea5a287ff4a36c87e408db9d847001a9c 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2019-2022  CEA/DEN, EDF R&D
+# Copyright (C) 2019-2024  CEA, EDF
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
@@ -123,6 +123,8 @@ model.begin()
 model.importPart(Part_1_doc, filename)
 model.end()
 
+model.removeTmpFile(filename)
+
 # compare results with the reference data
 TOLERANCE = 1.e-7
 features = Part_1_doc.allFeatures()