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

Unified Diff: recipe_engine/fetch.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/doc.py ('k') | recipe_engine/lint_test.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: recipe_engine/fetch.py
diff --git a/recipe_engine/fetch.py b/recipe_engine/fetch.py
index dab030a19ed2d453cf2f9b5cd98be0efc0af5bc8..69aa33fee2d3966fcc55379cfd29e0aa0da36c80 100644
--- a/recipe_engine/fetch.py
+++ b/recipe_engine/fetch.py
@@ -605,7 +605,6 @@ def add_subparser(parser):
parser.error('--no-fetch does not make sense with fetch command')
fetch_p.set_defaults(
- command='fetch',
# fetch action is implied by recipes.py
func=(lambda package_deps, engine_flags: 0),
postprocess_func=postprocess_func,
« no previous file with comments | « recipe_engine/doc.py ('k') | recipe_engine/lint_test.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698