X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=PLC%2FMethods%2FGetBootMedium.py;fp=PLC%2FMethods%2FGetBootMedium.py;h=d9fc671259bd727f987c0bccf052066ca9926355;hb=aed64f31afdf04bdd6e22f3b1efdd61a2d63174a;hp=00a4ea979a9cc07188917bc23a0c693735e2e769;hpb=b92fd6505ef9a6e2e3532add89f0eb368bd4e2e2;p=plcapi.git diff --git a/PLC/Methods/GetBootMedium.py b/PLC/Methods/GetBootMedium.py index 00a4ea9..d9fc671 100644 --- a/PLC/Methods/GetBootMedium.py +++ b/PLC/Methods/GetBootMedium.py @@ -46,7 +46,6 @@ def compute_key(): # Base64 encode their string representation key = base64.b64encode(bytes(int8s)) # Boot Manager cannot handle = in the key - # XXX this sounds wrong, as it might prevent proper decoding key = key.replace(b"=", b"") return key