Skip to content

Commit

Permalink
Fix issue when starting raylet_monitor (#4829)
Browse files Browse the repository at this point in the history
  • Loading branch information
jovany-wang authored and guoyuhong committed May 22, 2019
1 parent 081708b commit 259cdfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/ray/services.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 259cdfa

Please sign in to comment.