X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=source%2FBootAPI.py;h=b08049970b8a8adb659356ede859c4d0e909a359;hb=dbc0dc84c78a7bb153accaa31995bc3865f84afa;hp=d69755b0bf7d3b649a1c9ee8b70bce3107e3fc3b;hpb=008c4db00ad126481773f3b0f0bfdabe25553b0e;p=bootmanager.git diff --git a/source/BootAPI.py b/source/BootAPI.py index d69755b..b080499 100644 --- a/source/BootAPI.py +++ b/source/BootAPI.py @@ -1,5 +1,8 @@ #!/usr/bin/python - +# +# $Id$ +# $URL$ +# # Copyright (c) 2003 Intel Corporation # All rights reserved. # @@ -79,8 +82,8 @@ def create_auth_structure( vars, call_params ): auth = auth_session except Exception, e: - print e - pass + # NOTE: BM has failed to authenticate utterly. + raise BootManagerAuthenticationException, "%s" % e return auth