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=dfd89d55a8819a66a84173d79f47f05dc140ed03;hpb=88ee9b2b81cf93a6324336b57e30cc8a3a487499;p=modules%2Fshaper.git diff --git a/src/ExchangePlugin/Test/TestExportPart_Results_3.py b/src/ExchangePlugin/Test/TestExportPart_Results_3.py index dfd89d55a..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-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 @@ -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)