Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1093)

Unified Diff: scripts/slave/recipe_modules/isolate/api.py

Issue 1917243002: Revert "build: roll infra_paths changes" (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « scripts/slave/recipe_modules/isolate/__init__.py ('k') | scripts/slave/recipe_modules/isolate/example.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipe_modules/isolate/api.py
diff --git a/scripts/slave/recipe_modules/isolate/api.py b/scripts/slave/recipe_modules/isolate/api.py
index e610260a84faa0ecd7553b528a1dfc422a6dd0bb..69d7836af3337924e7e345d65defb86790140fc8 100644
--- a/scripts/slave/recipe_modules/isolate/api.py
+++ b/scripts/slave/recipe_modules/isolate/api.py
@@ -215,7 +215,7 @@ class IsolateApi(recipe_api.RecipeApi):
self.m.python('remove_build_metadata',
self.resource('remove_build_metadata.py'),
args=args,
- cwd=self.m.infra_paths['slave_build'])
+ cwd=self.m.path['slave_build'])
except self.m.step.StepFailure:
step_result = self.m.step.active_result
step_result.presentation.status = self.m.step.WARNING
@@ -230,4 +230,4 @@ class IsolateApi(recipe_api.RecipeApi):
self.m.python('compare_build_artifacts',
self.resource('compare_build_artifacts.py'),
args=args,
- cwd=self.m.infra_paths['slave_build'])
+ cwd=self.m.path['slave_build'])
« no previous file with comments | « scripts/slave/recipe_modules/isolate/__init__.py ('k') | scripts/slave/recipe_modules/isolate/example.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698