listing is a tuple correcting reference rv[1]

This commit is contained in:
Jay Payne 2011-01-29 16:43:02 +00:00
parent f8c5986cb4
commit 6f5d69e7b5

View File

@ -222,7 +222,7 @@ def get_account(url, token, marker=None, limit=None, prefix=None,
listing = \
get_account(url, token, marker, limit, prefix, http_conn)[1]
if listing:
rv.extend(listing)
rv[1].extend(listing)
return rv
parsed, conn = http_conn
qs = 'format=json'