X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FExchangePlugin%2FTest%2FTestExportPart_FullPartSet.py;h=90196c95310807755a16d43ed42622c0a4c96744;hb=refs%2Fheads%2FV9_11_BR;hp=41c835bebafb6f6f988c2f5a8ce98dbf8f920288;hpb=c0e273c1479a9940dbe4f966853c82a6b8709d88;p=modules%2Fshaper.git diff --git a/src/ExchangePlugin/Test/TestExportPart_FullPartSet.py b/src/ExchangePlugin/Test/TestExportPart_FullPartSet.py index 41c835beb..90196c953 100644 --- a/src/ExchangePlugin/Test/TestExportPart_FullPartSet.py +++ b/src/ExchangePlugin/Test/TestExportPart_FullPartSet.py @@ -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(partSet, filename) model.end() assert os.path.exists(filename), "ERROR: Failed to export full PartSet" + +model.removeTmpFile(filename)