Commit d45a12a2 authored by Vincent Pelletier's avatar Vincent Pelletier

cli: Fix indentation.

parent 09be616d
......@@ -73,7 +73,7 @@ class RetryingCaucaseClient(CaucaseClient):
httplib.LineTooLong,
httplib.UnknownProtocol,
httplib.IncompleteRead,
) as exception:
) as exception:
connection.close() # Resets HTTPConnection state machine.
# Note: repr(str(exception)) is nicer than repr(exception), without
# letting non-printable characters through.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment