X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FExchangePlugin%2FTest%2FTestExportPart_Results_3.py;h=6ab686f2c67da3f01a8ad74b1e4aac230205bfe6;hb=fc72d43b677baa05ae7fd317346fd8b723b799ed;hp=e31c03104375dfddcbf787dc7ea4309660c7ba3a;hpb=ce18c435519e1d2762d34cd02900c9b9210e5cba;p=modules%2Fshaper.git diff --git a/src/ExchangePlugin/Test/TestExportPart_Results_3.py b/src/ExchangePlugin/Test/TestExportPart_Results_3.py index e31c03104..6ab686f2c 100644 --- a/src/ExchangePlugin/Test/TestExportPart_Results_3.py +++ b/src/ExchangePlugin/Test/TestExportPart_Results_3.py @@ -1,4 +1,4 @@ -# Copyright (C) 2019-2021 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 @@ -72,3 +72,5 @@ model.begin() model.exportPart(Part_1_doc, filename, [featureToExport.result()]) model.end() assert os.path.exists(filename), "ERROR: Cannot export feature {}".format(featureToExport.name()) + +model.removeTmpFile(filename)