Skip to content
Snippets Groups Projects
Commit e8ce4376 authored by Piotr Maślanka's avatar Piotr Maślanka
Browse files

don't call on_fail during shutdown also

parent e1e0eb3f
No related branches found
Tags v1.0.5
No related merge requests found
......@@ -259,7 +259,7 @@ class Cluster(object):
:param wait: block until this is done
:raise RuntimeError: if called without start() being called first
"""
self.connected = False
try:
self.listener
except AttributeError:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment