8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53166ef commit 24f1c94Copy full SHA for 24f1c94
appengine/standard/storage/appengine-client/main.py
@@ -47,7 +47,7 @@ def get(self):
47
self.response.write(
48
'Demo GCS Application running from Version: {}\n'.format(
49
os.environ['CURRENT_VERSION_ID']))
50
- self.response.write('Using bucket name: \n\n'.format(bucket_name))
+ self.response.write('Using bucket name: {}\n\n'.format(bucket_name))
51
# [END get_default_bucket]
52
53
bucket = '/' + bucket_name
0 commit comments