Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
Michaelvll committed Jul 1, 2024
1 parent f164c7f commit a7b8215
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sky/skylet/providers/azure/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ def _configure_resource_group(config):
if "ResourceGroupBeingDeleted" in str(e):
if retry % 5 == 0:
# TODO(zhwu): This should be shown in terminal for better
# UX, which will be achieved after we move Azure to use
# UX, which will be achieved after we move Azure to use
# SkyPilot provisioner.
logger.warning(
f"Azure resource group {resource_group} is being deleted. "
Expand Down

0 comments on commit a7b8215

Please sign in to comment.