summaryrefslogtreecommitdiff
path: root/swiftclient/client.py
diff options
context:
space:
mode:
Diffstat (limited to 'swiftclient/client.py')
-rw-r--r--swiftclient/client.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/swiftclient/client.py b/swiftclient/client.py
index d4f83f1..c41f35a 100644
--- a/swiftclient/client.py
+++ b/swiftclient/client.py
@@ -434,7 +434,6 @@ def get_account(url, token, marker=None, limit=None, prefix=None,
http_status=resp.status, http_reason=resp.reason,
http_response_content=body)
if resp.status == 204:
- body
return resp_headers, []
return resp_headers, json_loads(body)