From fa469783d88c511ffa5857d4d58ee5e6e9fefa8d Mon Sep 17 00:00:00 2001 From: Peter Schafhalter Date: Thu, 18 Oct 2018 21:43:03 -0700 Subject: [PATCH] Fix bug when connecting to password-secured cluster (#3083) --- python/ray/worker.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/ray/worker.py b/python/ray/worker.py index f30b46448..7049b1f3a 100644 --- a/python/ray/worker.py +++ b/python/ray/worker.py @@ -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