X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=source%2Fsteps%2FAuthenticateWithPLC.py;h=955fcf1aad2d31f0246ce18d0bd354a45c8b2772;hb=6dbdbad233ca8770d2f9913c161a3da3f7b8130d;hp=2e71a1cd7c5a0c0a49839ef22a3b922deef5e7c3;hpb=f52080486db907ba6557d1047730c638c4562790;p=bootmanager.git diff --git a/source/steps/AuthenticateWithPLC.py b/source/steps/AuthenticateWithPLC.py index 2e71a1c..955fcf1 100644 --- a/source/steps/AuthenticateWithPLC.py +++ b/source/steps/AuthenticateWithPLC.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/python2 # # Copyright (c) 2003 Intel Corporation # All rights reserved. @@ -87,5 +87,3 @@ def Run(vars, log): log.write("Canceling boot process and going into debug mode.\n") raise BootManagerException("Unable to authenticate node.") - -