From dfafd0a3c798f7389c983adf39f53537de009a66 Mon Sep 17 00:00:00 2001 From: Josip Sokcevic Date: Thu, 17 Aug 2023 15:32:57 +0000 Subject: [PATCH] [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 Commit-Queue: Josip Sokcevic --- gsutil.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 gsutil.py diff --git a/gsutil.py b/gsutil.py old mode 100755 new mode 100644 index ffdf9cb9f..eac6e9d86 --- a/gsutil.py +++ b/gsutil.py @@ -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)