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

Unified Diff: recipe_engine/doc.py

Issue 2669033007: [recipe_engine] Fix a couple path-related bugs. (Closed)
Patch Set: Fix remainder of presubmit tests Created 3 years, 11 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
Index: recipe_engine/doc.py
diff --git a/recipe_engine/doc.py b/recipe_engine/doc.py
index 6107a4da23042fb0ad00877f242160bd62045738..67df898811e669a174b10463cb18519fb5e7fa1e 100755
--- a/recipe_engine/doc.py
+++ b/recipe_engine/doc.py
@@ -101,7 +101,8 @@ def main(universe_view):
inst = loader.create_recipe_api(
universe.package_deps.root_package,
- deps, "fake_doc_recipe.py", recipe_run.RecipeEngine(None, {}, universe))
+ deps, "fake_doc_recipe.py", recipe_run.RecipeEngine(
+ None, {}, universe_view))
iannucci 2017/02/03 00:00:05 So... this has always been wrong and just miraculo
for mod_name, mod in sorted(deps.iteritems(), key=lambda it: it[0]):
p(0)
« no previous file with comments | « recipe_engine/config_types.py ('k') | recipe_engine/loader.py » ('j') | recipe_engine/package.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698