Forgotten UpdateSession calls in Stratus.
This commit is contained in:
parent
dc46340d6a
commit
2dadce1957
|
@ -207,7 +207,8 @@ class Inst :
|
|||
if not self._st_cell._hur_cell :
|
||||
err = "\n[Stratus ERROR] HurricanePlug : Problem of hurricane cell.\nTry to contact Coriolis team.\n"
|
||||
raise Exception ( err )
|
||||
|
||||
|
||||
UpdateSession.open()
|
||||
inst = Instance.create ( self._st_cell._hur_cell
|
||||
, self._name
|
||||
, self._hur_masterCell
|
||||
|
@ -354,6 +355,8 @@ class Inst :
|
|||
err += ' (raw name: <%s>)\n' % str(plug.getMasterNet().getName())
|
||||
raise Exception ( err )
|
||||
|
||||
UpdateSession.close()
|
||||
|
||||
##############
|
||||
### Prints ###
|
||||
##############
|
||||
|
|
Loading…
Reference in New Issue