buildmaster: fix variable

This commit is contained in:
Martin Krizek 2014-08-18 09:26:47 +00:00
parent a766e53cad
commit ab85e701df

View file

@ -278,7 +278,7 @@ def html_message_formatter(mode, name, build, results, master_status):
mn = MailNotifier(fromaddr='taskotron@fedoraproject.org',
sendToInterestedUsers=False,
subject="%(projectName)s %(result)s on " + deployment_type + " %(builder)s",
subject="%(projectName)s %(result)s on {{ deployment_type }} %(builder)s",
mode=('failing', 'exception', 'warnings'),
extraRecipients=['qa-taskotron-admin-members@fedoraproject.org'],
relayhost="bastion.phx2.fedoraproject.org",