From a192553b4923be4e96085b9ec4a89146041542ba Mon Sep 17 00:00:00 2001 From: Zhanghao Wu Date: Tue, 1 Oct 2024 01:23:42 +0000 Subject: [PATCH] update --- sky/backends/cloud_vm_ray_backend.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sky/backends/cloud_vm_ray_backend.py b/sky/backends/cloud_vm_ray_backend.py index a4b33e815e6..fc87d695f46 100644 --- a/sky/backends/cloud_vm_ray_backend.py +++ b/sky/backends/cloud_vm_ray_backend.py @@ -411,7 +411,7 @@ def add_gang_scheduling_placement_group_and_setup( plural = 's' if {num_nodes} > 1 else '' node_str = f'{num_nodes} node{{plural}}' - message = (f'⏳ {colorama.Style.DIM}Waiting for task resources on ' + message = (f' ⏳ {colorama.Style.DIM}Waiting for task resources on ' f'{{node_str}}.{colorama.Style.RESET_ALL}') print(message, flush=True) # FIXME: This will print the error message from autoscaler if