Salome HOME
updated copyright message
[modules/shaper.git] / src / ExchangePlugin / Test / TestExportPart_FullPartSet.py
index 62abbfed218762bf1ad6dcb9985989de89791d6c..90196c95310807755a16d43ed42622c0a4c96744 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2019-2021  CEA/DEN, EDF R&D
+# Copyright (C) 2019-2023  CEA, EDF
 #
 # 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)
 model.end()
 assert os.path.exists(filename), "ERROR: Failed to export full PartSet"
+
+model.removeTmpFile(filename)