8000 [don't merge] trying out developer workflow · googleapis/python-storage@eb1c02e · GitHub
[go: up one dir, main page]

Skip to content

Commit eb1c02e

Browse files
[don't merge] trying out developer workflow
test pr
1 parent 63c1139 commit eb1c02e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

samples/snippets/quickstart.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ def run_quickstart():
2424
storage_client = storage.Client()
2525

2626
# The name for the new bucket
27-
bucket_name = "my-new-bucket"
27+
new_bucket_name = "my-new-bucket"
2828

2929
# Creates the new bucket
30-
bucket = storage_client.create_bucket(bucket_name)
30+
bucket = storage_client.create_bucket(new_bucket_name)
3131

3232
print(f"Bucket {bucket.name} created.")
3333
# [END storage_quickstart]

0 commit comments

Comments
 (0)
0