[cli][ray] update ray cli message (#10823)

This commit is contained in:
Keqiu Hu
2020-09-17 09:26:55 -07:00
committed by GitHub
parent ee99c919e3
commit 8a77cf925a
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -584,7 +584,7 @@ def start(node_ip_address, redis_address, address, redis_port, port,
cli_logger.print(
"ray{}init(address{}{}{})", c.magenta("."),
c.magenta("="), c.yellow("'auto'"),
", redis_password{}{}".format(
", _redis_password{}{}".format(
c.magenta("="),
c.yellow("'" + redis_password + "'"))
if redis_password else "")