Commit 6beb2674 by Solo Group

VSI inq pln pasca

1 parent 13f3f078
...@@ -110,6 +110,7 @@ class Vendor(VendorClass): ...@@ -110,6 +110,7 @@ class Vendor(VendorClass):
code = e.errno) code = e.errno)
return self.set_failed(data) return self.set_failed(data)
log.info(resp)
if resp and resp.ok: if resp and resp.ok:
data = dict(xmltodict.parse(resp.text)["root"]) data = dict(xmltodict.parse(resp.text)["root"])
self.response = data self.response = data
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!