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

Unified Diff: scripts/slave/recipe_modules/pgo/api.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/pgo/api.py
diff --git a/scripts/slave/recipe_modules/pgo/api.py b/scripts/slave/recipe_modules/pgo/api.py
index b3b3988d3aaf7f5196802514fdf9d1956b30eb69..0b4b34ce67c5d16fccfff9099b40a483133524ce 100644
--- a/scripts/slave/recipe_modules/pgo/api.py
+++ b/scripts/slave/recipe_modules/pgo/api.py
@@ -107,7 +107,7 @@ class PGOApi(recipe_api.RecipeApi):
self.m.bot_update.ensure_checkout(force=True)
if bot_config.get('patch_root'):
- self.m.path['checkout'] = self.m.infra_paths['slave_build'].join(
+ self.m.path['checkout'] = self.m.path['slave_build'].join(
bot_config.get('patch_root'))
# First step: compilation of the instrumented build.

Powered by Google App Engine
This is Rietveld 408576698