Salome HOME
Merge branch 'V9_9_BR'
[modules/shaper.git] / src / CollectionAPI / CollectionAPI_Group.cpp
index 98b6409d62221ad258780a2ce29d5950a86f0738..cc1aa8e30ada80dffb92219589644d19f649f631 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2014-2019  CEA/DEN, EDF R&D
+// Copyright (C) 2014-2022  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
@@ -64,7 +64,7 @@ void CollectionAPI_Group::dump(ModelHighAPI_Dumper& theDumper) const
   AttributeSelectionListPtr anAttrList = aBase->selectionList(CollectionPlugin_Group::LIST_ID());
 
   theDumper << aBase << " = model.addGroup(" << aDocName << ", ";
-  if (anAttrList->isWholeResultAllowed())
+  if (anAttrList->isWholeResultAllowed() && !anAttrList->selectionType().empty())
     theDumper<<"\""<<anAttrList->selectionType()<<"\", ";
   theDumper << anAttrList;
   if (anAttrList->isGeometricalSelection())