From 318c114a9de55f216bd9cafb0b22eb7549fab1ae Mon Sep 17 00:00:00 2001 From: Zhanghao Wu Date: Sun, 2 Jul 2023 22:26:42 -0700 Subject: [PATCH] Update sky/backends/cloud_vm_ray_backend.py Co-authored-by: Zongheng Yang --- 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 096c7ee0c54..423e6cfe599 100644 --- a/sky/backends/cloud_vm_ray_backend.py +++ b/sky/backends/cloud_vm_ray_backend.py @@ -3750,7 +3750,7 @@ def _check_existing_cluster( # We force refresh for the init status to determine the actual # state of a previous cluster in INIT state. # - # This is important for the case, where an existing is + # This is important for the case, where an existing cluster is # transitioned into INIT state due to key interruption during # launching, with the following steps: # (1) launch, after answering prompt immediately ctrl-c;