Skip to content

Commit dc90be6

Browse files
author
Luke Bakken
committed
dat linter
1 parent 1fb6f00 commit dc90be6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

riak/transports/tcp/connection.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,7 @@ def close(self):
226226
# NB: sometimes these exceptions are raised if the initial
227227
# connection didn't succeed correctly, or if shutdown() is
228228
# called after the connection dies
229-
logging.exception('Exception occurred while shutting down socket.')
229+
logging.exception('Exception occurred while shutting '
230+
'down socket.')
230231
self._socket.close()
231232
del self._socket

0 commit comments

Comments
 (0)