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

Unified Diff: recipe_engine/depgraph.py

Issue 2845923002: [recipes.py] use argparse to set command automatically. (Closed)
Patch Set: rebase Created 3 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 | « recipe_engine/bundle.py ('k') | recipe_engine/doc.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: recipe_engine/depgraph.py
diff --git a/recipe_engine/depgraph.py b/recipe_engine/depgraph.py
index b0c1b2100af4894aaa92ce71abee4c9116acac39..2534416acdece73be9526a86209a7494f2d26459 100644
--- a/recipe_engine/depgraph.py
+++ b/recipe_engine/depgraph.py
@@ -48,7 +48,7 @@ def add_subparser(parser):
'this substring. It will also filter all nodes of the graph to only '
'include modules touched by the filtered recipes.'))
- depgraph_p.set_defaults(command='depgraph', func=main)
+ depgraph_p.set_defaults(func=main)
def main(package_deps, args):
« no previous file with comments | « recipe_engine/bundle.py ('k') | recipe_engine/doc.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698