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

Unified Diff: scripts/slave/recipe_modules/auto_bisect/bisector.py

Issue 1917243002: Revert "build: roll infra_paths changes" (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: 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/auto_bisect/bisector.py
diff --git a/scripts/slave/recipe_modules/auto_bisect/bisector.py b/scripts/slave/recipe_modules/auto_bisect/bisector.py
index 90ae6ce2bc5760f5612439148be7238fa2801fb0..82b452b91efc5648e28ff6c91e7345b5848128ee 100644
--- a/scripts/slave/recipe_modules/auto_bisect/bisector.py
+++ b/scripts/slave/recipe_modules/auto_bisect/bisector.py
@@ -345,7 +345,7 @@ class Bisector(object):
patched_contents = re.sub(deps_item_regexp, new_commit_hash,
original_contents)
- cwd = self.api.m.infra_paths['slave_build'].join(
+ cwd = self.api.m.path['slave_build'].join(
depot_config.DEPOT_DEPS_NAME[base_revision.depot_name]['src'])
deps_file = 'DEPS'
# This is to support backward compatibility on android-chrome because

Powered by Google App Engine
This is Rietveld 408576698