Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Michaelvll committed Oct 1, 2024
1 parent 60bb119 commit a192553
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sky/backends/cloud_vm_ray_backend.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a192553

Please sign in to comment.