We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fb6f00 commit dc90be6Copy full SHA for dc90be6
riak/transports/tcp/connection.py
@@ -226,6 +226,7 @@ def close(self):
226
# NB: sometimes these exceptions are raised if the initial
227
# connection didn't succeed correctly, or if shutdown() is
228
# called after the connection dies
229
- logging.exception('Exception occurred while shutting down socket.')
+ logging.exception('Exception occurred while shutting '
230
+ 'down socket.')
231
self._socket.close()
232
del self._socket
0 commit comments