From: Renaud Barate Date: Tue, 3 Jun 2014 08:40:15 +0000 (+0200) Subject: Fix bug caused by the end of multi-study in Salome X-Git-Tag: V7_4_0 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=44d8e4617a6e54c141e6d3bca8a6d21a184e1672;p=modules%2Fparametric.git Fix bug caused by the end of multi-study in Salome --- diff --git a/src/salome/parametric/genjob.py b/src/salome/parametric/genjob.py index c2c36b0..f7b6234 100644 --- a/src/salome/parametric/genjob.py +++ b/src/salome/parametric/genjob.py @@ -33,6 +33,7 @@ import PARAMETRIC salome.salome_init() # load study +salome.myStudyManager.Close(salome.myStudy) study = salome.myStudyManager.Open("%(input_study)s") # start container, load PARAMETRIC component and load the content of the parametric study in the component