Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(943)

Unified Diff: download_from_google_storage.py

Issue 780113003: Fix download_from_google_storage.py. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/depot_tools
Patch Set: Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698