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

Unified Diff: gatekeeper_mailer.py

Issue 118443009: Fix link templates for mailer. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/chromium-build
Patch Set: Created 7 years 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 | templates/base_mail.html » ('j') | tests/test_mailer/input.json » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gatekeeper_mailer.py
diff --git a/gatekeeper_mailer.py b/gatekeeper_mailer.py
index 66d47ec1cba4dba23d2c7b873c25e05169fcb99c..1e1a0525341a2ef7cdb97a6395543f3f2d610550 100644
--- a/gatekeeper_mailer.py
+++ b/gatekeeper_mailer.py
@@ -38,7 +38,7 @@ class MailTemplate(object):
self.reply_to = reply_to
self.fromaddr = fromaddr
self.subject = subject or self.default_subject
- self.waterfall_url = waterfall_url.rstrip('/') + '/'
+ self.waterfall_url = waterfall_url
self.build_url = build_url
self.project_name = project_name
« no previous file with comments | « no previous file | templates/base_mail.html » ('j') | tests/test_mailer/input.json » ('J')

Powered by Google App Engine
This is Rietveld 408576698