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. |