Skip to content

Commit

Permalink
fix logging
Browse files Browse the repository at this point in the history
  • Loading branch information
Michaelvll committed Aug 14, 2024
1 parent ead750d commit df2308d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sky/provision/azure/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def bootstrap_instances(
logger.info(
f'Azure resource group {resource_group} of a recent '
f'terminated cluster {cluster_name_on_cloud} is being '
'deleted. It can only be provisioned after it is fully'
'deleted. It can only be provisioned after it is fully '
'deleted. Waiting...')
time.sleep(1)
retry += 1
Expand Down

0 comments on commit df2308d

Please sign in to comment.