Fixes codestyle failures
Signed-off-by: Nabarun Pal <pal.nabarun95@gmail.com>
This commit is contained in:
parent
a54f404366
commit
b68ca30551
@ -171,9 +171,10 @@ class Watch(object):
|
||||
retry_after_410 = True
|
||||
break
|
||||
else:
|
||||
reason = "%s: %s" % (obj['reason'], obj['message'])
|
||||
raise client.rest.ApiException(status=obj['code'],
|
||||
reason=reason)
|
||||
reason = "%s: %s" % (
|
||||
obj['reason'], obj['message'])
|
||||
raise client.rest.ApiException(
|
||||
status=obj['code'], reason=reason)
|
||||
else:
|
||||
retry_after_410 = False
|
||||
yield event
|
||||
|
||||
Loading…
Reference in New Issue
Block a user