X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=PLC%2FMethods%2FBootGetNodeDetails.py;h=afc7b0c78fc1ca88bca0da8639716abfd21455c4;hb=c63e5f873b83934324631c46d90884d005675853;hp=dc52c09511d6460b891308e4590a81f742335bfd;hpb=e9904ba2360b0dc849ebd52d64e85a3e3fc85e25;p=plcapi.git diff --git a/PLC/Methods/BootGetNodeDetails.py b/PLC/Methods/BootGetNodeDetails.py index dc52c09..afc7b0c 100644 --- a/PLC/Methods/BootGetNodeDetails.py +++ b/PLC/Methods/BootGetNodeDetails.py @@ -1,4 +1,3 @@ -# $Id# from PLC.Method import Method from PLC.Parameter import Parameter, Mixed from PLC.Auth import BootAuth @@ -50,7 +49,6 @@ class BootGetNodeDetails(Method): else: network[field] = "" - self.message = "Node request boot_state (%s) and networks" % \ - (details['boot_state']) + self.message = "Node request boot_state (%s) and networks" % \ + (details['boot_state']) return details -