aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/bots/recipes/recreate_skps.py
diff options
context:
space:
mode:
Diffstat (limited to 'infra/bots/recipes/recreate_skps.py')
-rw-r--r--infra/bots/recipes/recreate_skps.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/infra/bots/recipes/recreate_skps.py b/infra/bots/recipes/recreate_skps.py
index 20937b768d..36df265501 100644
--- a/infra/bots/recipes/recreate_skps.py
+++ b/infra/bots/recipes/recreate_skps.py
@@ -107,7 +107,8 @@ def RunSteps(api):
api.file.makedirs('skp_output', output_dir)
# Capture the SKPs.
- path_var= api.path.pathsep.join([str(api.path['depot_tools']), '%(PATH)s'])
+ path_var= api.path.pathsep.join([
+ str(api.gclient._module.PACKAGE_REPO_ROOT), '%(PATH)s'])
env = {
'CHROME_HEADLESS': '1',
'PATH': path_var,