Skip to content

Commit

Permalink
show old status in the table
Browse files Browse the repository at this point in the history
  • Loading branch information
Michaelvll committed Dec 12, 2022
1 parent aa59b5a commit 0b9429f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sky/backends/backend_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -1889,6 +1889,7 @@ def _refresh_cluster(cluster_name):
elif updated_records[i]['status'] == 'UNKNOWN':
failed_clusters.append(
(cluster_names[i], updated_records[i]['error']))
updated_records[i] = record
else:
normal_updated_records.append(updated_records[i])

Expand Down

0 comments on commit 0b9429f

Please sign in to comment.