]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/ExchangePlugin/Test/TestExportPart_Results_8.py
Salome HOME
updated copyright message
[modules/shaper.git] / src / ExchangePlugin / Test / TestExportPart_Results_8.py
index 0db5a9042b9f7d13582100caa8069508454800bf..fc73219f0a7a10f5de7f94c5a0363e14ef78ba77 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
@@ -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)