| Index: download_from_google_storage.py
|
| diff --git a/download_from_google_storage.py b/download_from_google_storage.py
|
| index 8f85ed331b36c9c7ee68ce12a12b84f3cade88b4..1c7ff5e144300c9f8af32bfdb96db64bd4ed235b 100755
|
| --- a/download_from_google_storage.py
|
| +++ b/download_from_google_storage.py
|
| @@ -455,7 +455,7 @@ def main(args):
|
|
|
| # Check we have a valid bucket with valid permissions.
|
| if not options.no_auth:
|
| - code = check_bucket_permissions(base_url, gsutil, options.no_auth)
|
| + code = check_bucket_permissions(base_url, gsutil)
|
| if code:
|
| return code
|
|
|
|
|