Salome HOME
updated copyright message
[modules/shaper.git] / src / ExchangePlugin / Test / TestExportPart_PartSet.py
index 3cbf5e4462b2664398c9257a4bf6313b5877e83b..dc88a26e89d974d08da628fdae9d68a255e73427 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2019-2021  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
@@ -70,3 +70,5 @@ model.begin()
 model.exportPart(partSet, filename, [Axis_4.result()])
 model.end()
 assert os.path.exists(filename), "ERROR: Cannot export construction elements of PartSet"
+
+model.removeTmpFile(filename)