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

Unified Diff: gclient_scm.py

Issue 184793003: Need to run git cache exists in a directory we know for sure that exists (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/depot_tools.git@master
Patch Set: Created 6 years, 10 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gclient_scm.py
diff --git a/gclient_scm.py b/gclient_scm.py
index 238122fce653903fd38b9ab28d93d1030dc0fed7..af48b5f7f33b5984667abe2e4887f9f224e59737 100644
--- a/gclient_scm.py
+++ b/gclient_scm.py
@@ -685,7 +685,7 @@ class GitWrapper(SCMWrapper):
['--shallow', '--cache-dir', self.cache_dir, url],
options, cwd=self._root_dir, retry=True)
return self._Run(['cache', 'exists', '--cache-dir', self.cache_dir, url],
- options).strip()
+ options, cwd=self._root_dir, ).strip()
def _Clone(self, revision, url, options):
"""Clone a git repository from the given URL.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698