Salome HOME
Fix bos #38359 exportToXAOMem calls exportXAO twice cbr/fix_exportXAOMem_called_twice
authorChristophe Bourcier <christophe.bourcier@cea.fr>
Tue, 24 Oct 2023 14:19:41 +0000 (16:19 +0200)
committerChristophe Bourcier <christophe.bourcier@cea.fr>
Thu, 16 Nov 2023 15:24:27 +0000 (16:24 +0100)
src/ExchangeAPI/ExchangeAPI_Export.cpp

index 6390b6d973a78fa5815a9c8c3bba5fa5716c2cfd..461d476d29e4a1b9d90c95b6fee48c2bc6218f5b 100644 (file)
@@ -141,7 +141,7 @@ ExchangeAPI_Export::ExchangeAPI_Export(const std::shared_ptr<ModelAPI_Feature>&
   aListOfOneSel.push_back(theResult);
   fillAttribute(aListOfOneSel,
                 theFeature->selectionList(ExchangePlugin_ExportFeature::XAO_SELECTION_LIST_ID()));
-  execute(true);
+  execute();
   apply(); // finish operation to make sure the export is done on the current state of the history
 }