strings
This commit is contained in:
parent
94a65e5d8f
commit
87a663d347
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ class RootDevice(object):
|
|||
except Exception as err:
|
||||
log.exception("failed to decode xml")
|
||||
log.error(xml_string)
|
||||
log.info(binascii.hexlify(xml_string))
|
||||
log.info(binascii.hexlify(xml_string.encode()))
|
||||
root = {}
|
||||
self.spec_version = root.get(SPEC_VERSION)
|
||||
self.url_base = root.get("URLBase")
|
||||
|
|
Loading…
Reference in a new issue