From 7a987f00a71a9d7ea65c563b80958a586f5f788c Mon Sep 17 00:00:00 2001 From: Zhanghao Wu Date: Wed, 1 May 2024 12:57:51 -0700 Subject: [PATCH] Update sky/job/controller.py Co-authored-by: Zongheng Yang --- sky/job/controller.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sky/job/controller.py b/sky/job/controller.py index dc327fd33ca..59612f1d76a 100644 --- a/sky/job/controller.py +++ b/sky/job/controller.py @@ -302,7 +302,7 @@ def _run_one_task(self, task_id: int, task: 'sky.Task') -> bool: # Some spot resource (e.g., Spot TPU VM) may need to be # cleaned up after preemption, as running launch again on # those clusters again may fail. - logger.info('Cleaning up the preempted or failed spot ' + logger.info('Cleaning up the preempted or failed ' 'cluster...') recovery_strategy.terminate_cluster(cluster_name)