From: vsr Date: Fri, 20 Feb 2009 11:46:41 +0000 (+0000) Subject: Issue 0020176: bad reference to myStudy variable X-Git-Tag: V5_1_1a1~2 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=de35f4e2a3fbb4997a79c9662f941d9b1d1a9d0e;p=modules%2Fgeom.git Issue 0020176: bad reference to myStudy variable --- diff --git a/src/GEOM_SWIG/geompyDC.py b/src/GEOM_SWIG/geompyDC.py index 849095d4e..56e0ba3fb 100644 --- a/src/GEOM_SWIG/geompyDC.py +++ b/src/GEOM_SWIG/geompyDC.py @@ -277,7 +277,7 @@ class geompyDC(GEOM._objref_GEOM_Gen): def addToStudyInFather(self, aFather, aShape, aName): # Example: see GEOM_TestAll.py try: - aSObject = self.AddInStudy(myStudy, aShape, aName, aFather) + aSObject = self.AddInStudy(self.myStudy, aShape, aName, aFather) except: print "addToStudyInFather() failed" return ""