From 0b3cee2341f75c85e0946a78dc1328d1a57c1d3e Mon Sep 17 00:00:00 2001 From: imn Date: Wed, 16 Nov 2016 18:08:51 +0300 Subject: [PATCH] Removed myStudy in method RestoreGivenSubShapesO --- src/GEOM_SWIG/geomBuilder.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2