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 38c6d26 commit 556cb79Copy full SHA for 556cb79
singularity/build/google/instances.py
@@ -36,6 +36,7 @@
36
from .utils import get_google_service
37
from .storage import (
38
get_image_path,
39
+ get_bucket,
40
upload_file
41
)
42
@@ -194,7 +195,7 @@ def finish_build(verbose=True):
194
195
196
# Start the storage service, retrieve the bucket
197
storage_service = get_google_service()
- bucket = get_bucket(storage_service,params['bucket_name'])
198
+ bucket = get_bucket(storage_service, params['bucket_name'])
199
200
# If version isn't in params, build failed
201
version = 'error-%s' % str(uuid.uuid4())
0 commit comments