From: imn Date: Wed, 16 Nov 2016 15:08:51 +0000 (+0300) Subject: Removed myStudy in method RestoreGivenSubShapesO X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=0b3cee2341f75c85e0946a78dc1328d1a57c1d3e;p=modules%2Fgeom.git Removed myStudy in method RestoreGivenSubShapesO --- diff --git a/src/GEOM_SWIG/geomBuilder.py b/src/GEOM_SWIG/geomBuilder.py index 497ba0b55..0aad1be10 100644 --- a/src/GEOM_SWIG/geomBuilder.py +++ b/src/GEOM_SWIG/geomBuilder.py @@ -1062,7 +1062,7 @@ class geomBuilder(object, GEOM._objref_GEOM_Gen): list of published sub-shapes """ # Example: see GEOM_TestAll.py - return self.RestoreGivenSubShapesO(self.myStudy, theObject, theArgs, + return self.RestoreGivenSubShapesO(theObject, theArgs, theFindMethod, theInheritFirstArg, theAddPrefix) # end of l3_restore_ss