| Index: scripts/slave/recipe_modules/recipe_tryjob/api.py
|
| diff --git a/scripts/slave/recipe_modules/recipe_tryjob/api.py b/scripts/slave/recipe_modules/recipe_tryjob/api.py
|
| index 250f3dca3137e415bbee2ed8e23d280ec625406b..3840d292fd7ae0d158a8200f3897e5fb1347906e 100644
|
| --- a/scripts/slave/recipe_modules/recipe_tryjob/api.py
|
| +++ b/scripts/slave/recipe_modules/recipe_tryjob/api.py
|
| @@ -271,7 +271,7 @@ class RecipeTryjobApi(recipe_api.RecipeApi):
|
| self.m.python.failing_step, patches_raw, rietveld, issue, patchset,
|
| patch_project)
|
|
|
| - root_dir = self.m.path['slave_build']
|
| + root_dir = self.m.infra_paths['slave_build']
|
|
|
| # Needed to set up the infra checkout, for _python
|
| self.m.gclient.set_config('infra')
|
|
|