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

Unified Diff: scripts/slave/recipe_modules/repo/api.py

Issue 1919193002: build: roll infra_paths changes (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: merge Created 4 years, 8 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
Index: scripts/slave/recipe_modules/repo/api.py
diff --git a/scripts/slave/recipe_modules/repo/api.py b/scripts/slave/recipe_modules/repo/api.py
index bf777e92d2bb55396819277b16d18287e41af9f2..e73247114f9269afcdc093d7d8ad9524fc1a3ab5 100644
--- a/scripts/slave/recipe_modules/repo/api.py
+++ b/scripts/slave/recipe_modules/repo/api.py
@@ -24,7 +24,7 @@ class RepoApi(recipe_api.RecipeApi):
@property
def repo_path(self):
if not self._repo_path:
- self._repo_path = self.m.path['depot_tools'].join('repo')
+ self._repo_path = self.m.infra_paths['depot_tools'].join('repo')
return self._repo_path
def __call__(self, args, name=None, **kwargs):
« no previous file with comments | « scripts/slave/recipe_modules/repo/__init__.py ('k') | scripts/slave/recipe_modules/repo/example.expected/setup_repo.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698