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

Unified Diff: third_party/gsutil/gslib/command_runner.py

Issue 147443002: bypass_prodaccess fix (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/depot_tools
Patch Set: Created 6 years, 11 months 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 | third_party/gsutil/gsutil » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/gsutil/gslib/command_runner.py
diff --git a/third_party/gsutil/gslib/command_runner.py b/third_party/gsutil/gslib/command_runner.py
old mode 100644
new mode 100755
index d1b3fbd340ead85d1aade30f616323dce8cfa15d..829479d482a63fa99a652e033ef208259e66f6f2
--- a/third_party/gsutil/gslib/command_runner.py
+++ b/third_party/gsutil/gslib/command_runner.py
@@ -64,7 +64,8 @@ class CommandRunner(object):
return command_map
def RunNamedCommand(self, command_name, args=None, headers=None, debug=0,
- parallel_operations=False, test_method=None):
+ parallel_operations=False, test_method=None,
+ bypass_prodaccess=True):
"""Runs the named command. Used by gsutil main, commands built atop
other commands, and tests .
@@ -97,5 +98,5 @@ class CommandRunner(object):
parallel_operations, self.gsutil_bin_dir,
self.boto_lib_dir, self.config_file_list,
self.gsutil_ver, self.bucket_storage_uri_class,
- test_method)
+ test_method, bypass_prodaccess)
return command_inst.RunCommand()
« no previous file with comments | « no previous file | third_party/gsutil/gsutil » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698