Fix bug when connecting to password-secured cluster (#3083)

This commit is contained in:
Peter Schafhalter 2018-10-18 21:43:03 -07:00 committed by Robert Nishihara
parent 8fcdafc6ea
commit fa469783d8

View file

@ -1342,7 +1342,7 @@ def get_address_info_from_redis(redis_address,
redis_address,
node_ip_address,
use_raylet=use_raylet,
redis_password=None)
redis_password=redis_password)
except Exception:
if counter == num_retries:
raise