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

Unified Diff: apply_issue.py

Issue 10900029: Due to a temporary bug in the try server, ignore '=' as an email address. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/depot_tools
Patch Set: Created 8 years, 4 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: apply_issue.py
diff --git a/apply_issue.py b/apply_issue.py
index 6784ce5355f024a685dd9747e4bebff2bffe3ad5..655ecb6eeb47d411e8155ce108c8b70c404cad3f 100755
--- a/apply_issue.py
+++ b/apply_issue.py
@@ -52,6 +52,10 @@ def main():
if not options.issue:
parser.error('Require --issue')
+ # TODO(rogerta): Remove me, it's ugly.
+ if options.email == '=':
+ options.email = ''
+
obj = rietveld.Rietveld(options.server, options.email, None)
if not options.patchset:
« 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