From c3c05ec2255edc3da99a926a2cd6522c914ff17a Mon Sep 17 00:00:00 2001 From: Ben Spoon Date: Mon, 8 Aug 2016 15:43:16 -0700 Subject: [PATCH] emails: python formatting change --- tools/email-viewer/emails.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/email-viewer/emails.py b/tools/email-viewer/emails.py index bc78b3df4..b8efe0c2a 100644 --- a/tools/email-viewer/emails.py +++ b/tools/email-viewer/emails.py @@ -39,7 +39,7 @@ def render_with_options(template=None): app_logo="https://quay.io/static/img/quay-horizontal-color.svg", token="sdf8SdfKGRME9dse_dfdf", app_link=app_link_handler, namespace="booboo", repository="foobar", organization="buynlarge", admin_usernames=["lazercat", "booboocoreos"], teamname="creators", inviter="devtable", - hosted = False, app_title = app_title, app_url="https://quay.io") + hosted=False, app_title=app_title, app_url="https://quay.io") def get_templates(): """ Return a list of the available templates """