瀏覽代碼

Revert "[gsutil] Update gsutil error message on outdated boto"

This reverts commit dfafd0a3c798f7389c983adf39f53537de009a66.

Reason for revert: gsutil.py was changed to be non-executable, this is breaking all of our builds which rely on gsutil.py. Example: https://ci.chromium.org/ui/p/flutter/builders/prod/Mac_arm64%20flutter_packaging_test

If making it non-executable was intended, feel free to close this.

Original change's description:
> [gsutil] Update gsutil error message on outdated boto
>
> Add information where .boto file is located
>
> Change-Id: Id8605196ab0906a594bbb0c87a016986415eedac
> Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/4787527
> Reviewed-by: Aravind Vasudevan <aravindvasudev@google.com>
> Commit-Queue: Josip Sokcevic <sokcevic@chromium.org>

Change-Id: I88e0a993a67a85e3c81799f6f3f128c4f9276ff7
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/4791811
Commit-Queue: Josip Sokcevic <sokcevic@chromium.org>
Bot-Commit: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com>
Reviewed-by: Josip Sokcevic <sokcevic@chromium.org>
Drew Roen 2 年之前
父節點
當前提交
15fcccb6a2
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      gsutil.py

+ 1 - 1
gsutil.py

@@ -266,7 +266,7 @@ def run_gsutil(target, args, clean=False):
           '\n' + separator + '\n' +
           '\n' + separator + '\n' +
           'Warning: You might have an outdated .boto file. If this issue '
           'Warning: You might have an outdated .boto file. If this issue '
           'persists after running `gsutil.py config`, try removing your '
           'persists after running `gsutil.py config`, try removing your '
-          '.boto, usually located in your home directory.\n' + separator + '\n',
+          '.boto file.\n' + separator + '\n',
           file=sys.stderr)
           file=sys.stderr)
 
 
     _print_subprocess_result(p)
     _print_subprocess_result(p)