aboutsummaryrefslogtreecommitdiffstats
path: root/python/report_ops
diff options
context:
space:
mode:
Diffstat (limited to 'python/report_ops')
-rw-r--r--python/report_ops/sma.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/python/report_ops/sma.py b/python/report_ops/sma.py
index 30a993d4..2ce3fa38 100644
--- a/python/report_ops/sma.py
+++ b/python/report_ops/sma.py
@@ -63,8 +63,8 @@ class SMA:
f"{self.fund} {self.date} EOD positions ",
"",
to_recipients=_recipients["HM"],
- cc_recipients=("bowdoin-ops@lmcg.com",),
- attach=_cc_recipients[self.fund],
+ cc_recipients=_cc_recipients[self.fund],
+ attach=attachments,
)