X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=PLC%2FMethods%2FBootGetNodeDetails.py;h=afc7b0c78fc1ca88bca0da8639716abfd21455c4;hb=bd0cbf4f7f2e4cf7ceda500bfa6f98c0a700018b;hp=ae338f9a565082634a0564488dec9b238563d2b4;hpb=f5cd72e35593c96b9996ab4e49674cccc7525c48;p=plcapi.git diff --git a/PLC/Methods/BootGetNodeDetails.py b/PLC/Methods/BootGetNodeDetails.py index ae338f9..afc7b0c 100644 --- a/PLC/Methods/BootGetNodeDetails.py +++ b/PLC/Methods/BootGetNodeDetails.py @@ -1,5 +1,3 @@ -# $Id$ -# $URL$ from PLC.Method import Method from PLC.Parameter import Parameter, Mixed from PLC.Auth import BootAuth @@ -51,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 -