Merge "Delete unnessary as e"
This commit is contained in:
@@ -205,7 +205,7 @@ class HTTPClient(TroveClientMixin):
|
|||||||
resp, body = self.request(self.management_url + url, method,
|
resp, body = self.request(self.management_url + url, method,
|
||||||
**kwargs)
|
**kwargs)
|
||||||
return resp, body
|
return resp, body
|
||||||
except exceptions.BadRequest as e:
|
except exceptions.BadRequest:
|
||||||
if attempts > self.retries:
|
if attempts > self.retries:
|
||||||
raise
|
raise
|
||||||
except exceptions.Unauthorized:
|
except exceptions.Unauthorized:
|
||||||
|
Reference in New Issue
Block a user