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

Unified Diff: scripts/slave/recipe_modules/git/example.py

Issue 24737002: Add Paths as first-class types in configs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: license Created 7 years, 3 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/git/api.py ('k') | scripts/slave/recipe_modules/json/api.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipe_modules/git/example.py
diff --git a/scripts/slave/recipe_modules/git/example.py b/scripts/slave/recipe_modules/git/example.py
index 5cd953d3b98fea7141d71bb2ef9670ae8afda8cd..d2e03a01c1c9a5b145f06cbcd078b0308994dd9c 100644
--- a/scripts/slave/recipe_modules/git/example.py
+++ b/scripts/slave/recipe_modules/git/example.py
@@ -17,7 +17,7 @@ def GenSteps(api):
# If you need to run more arbitrary git commands, you can use api.git itself,
# which behaves like api.step(), but automatically sets the name of the step.
- yield api.git('status', cwd=api.path.checkout())
+ yield api.git('status', cwd=api.path.checkout)
def GenTests(api):
« no previous file with comments | « scripts/slave/recipe_modules/git/api.py ('k') | scripts/slave/recipe_modules/json/api.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698