diff options
| -rw-r--r-- | python/process_queue.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/python/process_queue.py b/python/process_queue.py index 27d35ba5..e7600166 100644 --- a/python/process_queue.py +++ b/python/process_queue.py @@ -884,6 +884,8 @@ def upload_buf(buf: bytes, dest: str, fund: str = "SERCGMAST") -> None: to_recipients=( "caagtradecapture@bnymellon.com", "hm-operations@bnymellon.com", + "caagprim@bnymellon.com", + "julie.picariello@bnymellon.com", ), cc_recipients=("bowdoin-ops@lmcg.com",), attach=(FileAttachment(name=dest, content=buf),), |
