From: Faiyaz Ahmed Date: Tue, 18 Mar 2008 15:57:22 +0000 (+0000) Subject: Key error. fixed. Sorry for the delay, Thierry. X-Git-Tag: BootManager-3.2-5~5 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=1d3b42c29bbf48ae3f78aa8feb91697157d928ea;p=bootmanager.git Key error. fixed. Sorry for the delay, Thierry. --- diff --git a/source/BootAPI.py b/source/BootAPI.py index 3cf074c..b2fddbe 100644 --- a/source/BootAPI.py +++ b/source/BootAPI.py @@ -48,7 +48,7 @@ def create_auth_structure( vars, call_params ): if not vars.has_key('NODE_SESSION'): session = vars['API_SERVER_INST'].GetSession(auth) auth_session['session'] = session - vars['SESSION'] = session + vars['NODE_SESSION'] = session else: auth_session['session'] = vars['NODE_SESSION'] auth_session['AuthMethod'] = 'session'