From 5b5ee2de1b2b405061b92185c129a7016c6d62b4 Mon Sep 17 00:00:00 2001 From: Joanna Wang Date: Wed, 12 Oct 2022 17:18:22 +0000 Subject: [PATCH] [git-cache] Fix print log. Bug: 1372658 Change-Id: I12ab46c8f32b64cf575bff087ed2f82072ebbf8f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3949430 Auto-Submit: Joanna Wang Reviewed-by: Josip Sokcevic Commit-Queue: Josip Sokcevic --- git_cache.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git_cache.py b/git_cache.py index 5b5928841..4a3c5735e 100755 --- a/git_cache.py +++ b/git_cache.py @@ -532,7 +532,7 @@ class Mirror(object): dest_prefix = '%s/%s' % (self._gs_path, gen_number) # ls_out lists contents in the format: gs://blah/blah/123... - self.print('running "gsutil ls %s":' % self.gs_path) + self.print('running "gsutil ls %s":' % self._gs_path) ls_code, ls_out, ls_error = gsutil.check_call_with_retries( 'ls', self._gs_path) if ls_code != 0: