This is jinja, not mako.
This commit is contained in:
parent
bd5141a73e
commit
7892e73690
1 changed files with 2 additions and 2 deletions
|
@ -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(),
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue