Salome HOME
updated copyright message
[modules/shaper.git] / src / ExchangePlugin / Test / TestExportPart_Results_8.py
index 6e4bf701a5c0de8c79a7f228bd012373e414c883..fc73219f0a7a10f5de7f94c5a0363e14ef78ba77 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
@@ -72,3 +72,4 @@ model.begin()
 model.exportPart(Part_2_doc, filename, [featureToExport.result()])
 model.end()
 assert os.path.exists(filename), "ERROR: Cannot export feature {}".format(featureToExport.name())
+model.removeTmpFile(filename)