[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>
changes/27/4787527/2
Josip Sokcevic 2 years ago committed by LUCI CQ
parent 2b583af7e1
commit dfafd0a3c7

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

Loading…
Cancel
Save