| Index: infra/bots/recipe_modules/run/api.py
|
| diff --git a/infra/bots/recipe_modules/run/api.py b/infra/bots/recipe_modules/run/api.py
|
| index 20e82f2b1b12676afdf0b1ee32cdda7c656a6a1f..0763529cb474c5c74da6f1aa362026000e7305f0 100644
|
| --- a/infra/bots/recipe_modules/run/api.py
|
| +++ b/infra/bots/recipe_modules/run/api.py
|
| @@ -62,8 +62,8 @@ class SkiaStepApi(recipe_api.RecipeApi):
|
| def rmtree(self, path):
|
| """Wrapper around api.file.rmtree with environment fix."""
|
| env = {}
|
| - env['PYTHONPATH'] = str(self.m.path['checkout'].join(
|
| - 'infra', 'bots', '.recipe_deps', 'build', 'scripts'))
|
| + env['PYTHONPATH'] = str(self.m.path['slave_build'].join(
|
| + 'skia', 'infra', 'bots', '.recipe_deps', 'build', 'scripts'))
|
| self.m.file.rmtree(self.m.path.basename(path),
|
| path,
|
| env=env,
|
|
|