Salome HOME
updated copyright message
[modules/shaper.git] / src / ExchangePlugin / Test / TestExportPart_FullPart_2.py
index b9cfe618618f0977855dbba267564d12d846dfb0..72812388077e6da50c0e243665f6bf6a6e317b9d 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2019-2022  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(Part_2_doc, filename)
 model.end()
 assert os.path.exists(filename), "ERROR: Cannot export Part_2 to file {}".format(filename)
+
+model.removeTmpFile(filename)