aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--python/bondallocation_email.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/bondallocation_email.py b/python/bondallocation_email.py
index fa06960d..92b40551 100644
--- a/python/bondallocation_email.py
+++ b/python/bondallocation_email.py
@@ -69,7 +69,7 @@ if __name__ == "__main__":
subject=subject,
to_recipients=row.allocation_contacts
if row.allocation_contacts
- else ("fyu@lmcg.com,"),
+ else ("fyu@lmcg.com",),
cc_recipients=cc_recipients,
reply_to=("NYOps@lmcg.com",),
body=HTMLBody(body),