Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cblmemo committed Sep 15, 2023
1 parent 8e637c5 commit d421c52
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 @@ -2940,7 +2940,7 @@ def _update_after_cluster_provisioned(
if ports_to_open:
with rich_utils.safe_status(
'[bold cyan]Launching - Opening new ports'):
self._open_inexistent_ports(handle, ports_to_open)
self._open_nonexistent_ports(handle, ports_to_open)

with timeline.Event('backend.provision.post_process'):
global_user_state.add_or_update_cluster(
Expand Down

0 comments on commit d421c52

Please sign in to comment.