]> SALOME platform Git repositories - modules/yacs.git/commitdiff
Salome HOME
fix problem with clearing study from GUI
authormpa <mpa@opencascade.com>
Fri, 20 Jan 2017 12:25:27 +0000 (15:25 +0300)
committermpa <mpa@opencascade.com>
Fri, 20 Jan 2017 12:25:27 +0000 (15:25 +0300)
src/KERNEL_PY/__init__.py

index e5d7c008ed80714f152e89d86d6ea02449aed500..514f741c1f895349ee71d9ad27db49507245f9db 100755 (executable)
@@ -210,7 +210,6 @@ def salome_close():
     try:
         # study can be clear either from GUI or directly with salome.myStudy.Clear()
         myStudy.Clear()
-        myStudy.Init()
     except:
         pass
     salome_initial=1