Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
Michaelvll committed Aug 21, 2024
1 parent 088b96f commit 031f46a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions sky/provision/aws/instance.py
Original file line number Diff line number Diff line change
Expand Up @@ -462,9 +462,9 @@ def _create_node_tag(target_instance, is_head: bool = True) -> str:
reverse=True)
for reservation, reservation_count in target_reservations_list:
if reservation_count <= 0:
# We have sorted the reservations by the available resources,
# so if the reservation is not available, the following
# reservations are not available either.
# We have sorted the reservations by the available
# resources, so if the reservation is not available, the
# following reservations are not available either.
break
reservation_count = min(reservation_count, to_start_count)
logger.debug(f'Creating {reservation_count} instances '
Expand Down

0 comments on commit 031f46a

Please sign in to comment.