Expand tab with 8 spaces
This commit is contained in:
parent
e4d02a6a91
commit
3046332031
1 changed files with 2 additions and 2 deletions
|
@ -284,9 +284,9 @@ class LxdContainerManagement(object):
|
|||
|
||||
def _send_request(self, method, url, body_json=None, ok_error_codes=None):
|
||||
try:
|
||||
body = json.dumps(body_json)
|
||||
body = json.dumps(body_json)
|
||||
self.connection.request(method, url, body=body)
|
||||
resp = self.connection.getresponse()
|
||||
resp = self.connection.getresponse()
|
||||
resp_json = json.loads(resp.read())
|
||||
self.logs.append({
|
||||
'type': 'sent request',
|
||||
|
|
Loading…
Reference in a new issue