aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--python/process_queue.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/python/process_queue.py b/python/process_queue.py
index a27a72f4..a50d454f 100644
--- a/python/process_queue.py
+++ b/python/process_queue.py
@@ -724,7 +724,10 @@ def upload_buf(
"Trade file",
"",
to_recipients=recipients,
- cc_recipients=("bowdoin-ops@lmcg.com",),
+ cc_recipients=(
+ "bowdoin-ops@lmcg.com",
+ "julie.picariello@bnymellon.com",
+ ),
attach=(FileAttachment(name=dest, content=buf),),
)
else: