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

Unified Diff: recipe_engine/fetch.py

Issue 2844203002: [fetch] add tests for fetch subcommand parsing. (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/unittests/fetch_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 dbfbc916eb4303f8a02e8aa35589eefa115a4b53..dab030a19ed2d453cf2f9b5cd98be0efc0af5bc8 100644
--- a/recipe_engine/fetch.py
+++ b/recipe_engine/fetch.py
@@ -602,7 +602,7 @@ def add_subparser(parser):
def postprocess_func(parser, args):
if args.no_fetch:
- parser.error('--no-fetch doesn\'t make sense with fetch command')
+ parser.error('--no-fetch does not make sense with fetch command')
fetch_p.set_defaults(
command='fetch',
« no previous file with comments | « no previous file | recipe_engine/unittests/fetch_test.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698