From 562dfba73232e283cb3a39a40dbe8a365b4dd992 Mon Sep 17 00:00:00 2001 From: Richard Liaw Date: Fri, 7 Aug 2020 21:44:10 -0700 Subject: [PATCH] hotfix (#9996) --- python/ray/autoscaler/commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/ray/autoscaler/commands.py b/python/ray/autoscaler/commands.py index d4aaa37c6..d431a2a31 100644 --- a/python/ray/autoscaler/commands.py +++ b/python/ray/autoscaler/commands.py @@ -424,7 +424,7 @@ def warn_about_bad_start_command(start_commands): cf.bold("ray start"), cf.bold("--autoscaling-config"), cf.bold("--autoscaling-config=~/ray_bootstrap_config.yaml"), cf.bold("ray start"), cf.bold("head_start_ray_commands")) - logger.old_warning( + cli_logger.old_warning( logger, "Ray start on the head node does not have the flag" "--autoscaling-config set. The head node will not launch" "workers. Add --autoscaling-config=~/ray_bootstrap_config.yaml"