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

Unified Diff: recipe_engine/autoroll.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 | « no previous file | recipe_engine/bundle.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: recipe_engine/autoroll.py
diff --git a/recipe_engine/autoroll.py b/recipe_engine/autoroll.py
index f3866b4225093d93819c290c314b950d923fecb6..25757f1f77b0c2d3e8536022717d919fe516c4a7 100644
--- a/recipe_engine/autoroll.py
+++ b/recipe_engine/autoroll.py
@@ -293,7 +293,7 @@ def add_subparser(parser):
parser.error('--verbose-json passed without --output-json')
autoroll_p.set_defaults(
- command='autoroll', func=main, postprocess_func=postprocess_func)
+ func=main, postprocess_func=postprocess_func)
def main(_package_deps, args):
« no previous file with comments | « no previous file | recipe_engine/bundle.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698