aboutsummaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
Diffstat (limited to 'python')
-rw-r--r--python/collateral_calc.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/collateral_calc.py b/python/collateral_calc.py
index 13060f63..db58a2ff 100644
--- a/python/collateral_calc.py
+++ b/python/collateral_calc.py
@@ -435,7 +435,7 @@ def send_email(dfs):
'{}'
'<h3>At Wells Fargo:</h3>'
'{}'
- '</body><html>'.format([df.to_html(index=False) for df in dfs]))
+ '</body><html>'.format(*(df.to_html(index=False) for df in dfs)))
em = ExchangeMessage()
em.send_email("IAM booking", content,
['serenitas.otc@sscinc.com'],