From: mpa Date: Fri, 20 Jan 2017 12:25:27 +0000 (+0300) Subject: fix problem with clearing study from GUI X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=9fb8191f29e6888f8e23f474d9a3b87e190c1ec1;p=modules%2Fyacs.git fix problem with clearing study from GUI --- diff --git a/src/KERNEL_PY/__init__.py b/src/KERNEL_PY/__init__.py index e5d7c008e..514f741c1 100755 --- a/src/KERNEL_PY/__init__.py +++ b/src/KERNEL_PY/__init__.py @@ -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