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