From 49a6e9843f1c14ba4056e347e8cb0152f8e2d45c Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 8 Sep 2018 09:59:58 +0300 Subject: Change: build notification mails to have status at start of subject --- ick2/sendmail.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ick2') diff --git a/ick2/sendmail.py b/ick2/sendmail.py index 16c7bfd..870b36f 100644 --- a/ick2/sendmail.py +++ b/ick2/sendmail.py @@ -76,7 +76,7 @@ class Sendmail: return msg def get_subject(self, build): - return 'Ick notification: {build_id} {status}'.format(**build) + return '{status} {build_id}: Ick build notification'.format(**build) def get_body(self, build): msg = email.message.Message() -- cgit v1.2.1