Fix issue when starting raylet_monitor (#4829)

This commit is contained in:
Qing Wang
2019-05-22 11:08:24 +08:00
committed by Yuhong Guo
parent 081708bdef
commit 259cdfa0de
+1 -1
View File
@@ -1563,7 +1563,7 @@ def start_raylet_monitor(redis_address,
"--config_list={}".format(config_str),
]
if redis_password:
command += [redis_password]
command += ["--redis_password={}".format(redis_password)]
process_info = start_ray_process(
command,
ray_constants.PROCESS_TYPE_RAYLET_MONITOR,