This is jinja, not mako.

This commit is contained in:
Ralph Bean 2016-03-01 20:34:59 +00:00
parent bd5141a73e
commit 7892e73690

View file

@ -178,9 +178,9 @@ config = dict(
"mailhost": "bastion.phx2.fedoraproject.org",
"fromaddr": "fedmsg@fedoraproject.org",
"toaddrs": [
% for recipient in fedmsg_error_recipients:
{% for recipient in fedmsg_error_recipients %}
"{{recipient}}",
% endfor
{% endfor %}
],
"subject": "fedmsg error log %s" % socket.gethostname(),
},