From 1d3b42c29bbf48ae3f78aa8feb91697157d928ea Mon Sep 17 00:00:00 2001 From: Faiyaz Ahmed Date: Tue, 18 Mar 2008 15:57:22 +0000 Subject: [PATCH] Key error. fixed. Sorry for the delay, Thierry. --- source/BootAPI.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' -- 2.47.0