2
0
mirror of https://github.com/xcat2/confluent.git synced 2024-11-23 01:53:28 +00:00

Fix problem where sockapi enablement broke http api

This commit is contained in:
Jarrod Johnson 2014-02-10 10:00:10 -05:00
parent 3fc39531f4
commit de06cb1c34

View File

@ -342,7 +342,7 @@ def _assemble_json(responses, resource, url):
rspdata = {}
for rsp in responses:
if isinstance(rsp, confluent.messages.LinkRelation):
haldata = rsp.raw_rel()
haldata = rsp.raw()
for hk in haldata.iterkeys():
if hk in links:
if isinstance(links[hk], list):