Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
Michaelvll committed Dec 12, 2022
1 parent a393f54 commit aff8e61
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions sky/backends/backend_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -1843,10 +1843,11 @@ def _is_local_cluster(record):
total=len(records))

failed_clusters = []

def _refresh_cluster(cluster_name):
try:
record = _update_cluster_status(cluster_name,
acquire_per_cluster_status_lock=True)
record = _update_cluster_status(
cluster_name, acquire_per_cluster_status_lock=True)
except exceptions.ClusterStatusFetchingError as e:
failed_clusters.append((cluster_name, e))
progress.update(task, advance=1)
Expand Down

0 comments on commit aff8e61

Please sign in to comment.