]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/ExchangePlugin/Test/TestImportPart_Multiple.py
Salome HOME
updated copyright message
[modules/shaper.git] / src / ExchangePlugin / Test / TestImportPart_Multiple.py
index d8e5945c1241e5f5c6591ef7823b57266927e642..131faeb9b212c7ce2503c6d8ebf0832108d1c3dc 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2019-2022  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
@@ -112,4 +112,6 @@ model.importPart(Part_1_doc, filename, Translation_1)
 model.end()
 checkUniqueNames(Part_1_doc)
 
+model.removeTmpFile(filename)
+
 assert(model.checkPythonDump())