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

Unified Diff: trychange.py

Issue 8223011: Enforce port being a number (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/depot_tools
Patch Set: Created 9 years, 2 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trychange.py
diff --git a/trychange.py b/trychange.py
index f5e710be2e6d92948f21a4faca49435f0de032a9..b5a98d80ce00e0dc83660c3615dd32cf3a71f5bd 100755
--- a/trychange.py
+++ b/trychange.py
@@ -612,7 +612,7 @@ def TryChange(argv,
help="Use HTTP to talk to the try server [default]")
group.add_option("-H", "--host",
help="Host address")
- group.add_option("-P", "--port",
+ group.add_option("-P", "--port", type="int",
help="HTTP port")
group.add_option("--proxy",
help="HTTP proxy")
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698