Fixed typo

This commit is contained in:
bjmb
2017-05-19 18:12:32 -04:00
parent 6215f836a9
commit 26a4a33c27

View File

@@ -3355,7 +3355,7 @@ class ResponseFuture(object):
errors = self._errors
if not errors:
if self.is_schema_agreed:
key = self._current_host.address if self.current_host else 'no host queried before timeout'
key = self._current_host.address if self._current_host else 'no host queried before timeout'
errors = {key: "Client request timeout. See Session.execute[_async](timeout)"}
else:
connection = self.session.cluster.control_connection._connection