Skip to content

Commit

Permalink
error comment
Browse files Browse the repository at this point in the history
  • Loading branch information
landscapepainter committed Jun 8, 2024
1 parent 6640c15 commit fb61be4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions sky/data/storage.py
Original file line number Diff line number Diff line change
Expand Up @@ -2134,6 +2134,9 @@ async def get_object_id():
)
except azure.exceptions().ResourceExistsError as error:
if 'StorageAccountAlreadyTaken' in error.message:
# The error occurs when the storage account
# name attempted to be created already exists
# globally being used by other user.
with ux_utils.print_exception_no_traceback():
raise exceptions.StorageBucketCreateError(
'The storage account name '
Expand Down

0 comments on commit fb61be4

Please sign in to comment.