Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
landscapepainter committed Jul 6, 2024
1 parent 18c9a8d commit 8a750c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sky/data/storage.py
Original file line number Diff line number Diff line change
Expand Up @@ -1378,7 +1378,7 @@ def _create_s3_bucket(self,
}
s3_client.create_bucket(**create_bucket_config)
logger.info(
f'Created S3 bucket {bucket_name} in {region or "us-east-1"}')
f'Created S3 bucket {bucket_name!r} in {region or "us-east-1"}')
except aws.botocore_exceptions().ClientError as e:
with ux_utils.print_exception_no_traceback():
raise exceptions.StorageBucketCreateError(
Expand Down

0 comments on commit 8a750c1

Please sign in to comment.