aboutsummaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
Diffstat (limited to 'python')
-rw-r--r--python/position_file_bowdst.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/position_file_bowdst.py b/python/position_file_bowdst.py
index 14a29d2a..efa24b24 100644
--- a/python/position_file_bowdst.py
+++ b/python/position_file_bowdst.py
@@ -343,7 +343,7 @@ if __name__ == "__main__":
)
cc_recipients = ("bowdoin-ops@lmcg.com",)
subject = f"Position_files for Bowdoin Street as of {args.date}"
- body = f"Please see monthend positions for Bowdoin Street as of {args.date}"
+ body = f"Please see monthend positions for Bowdoin Street as of {args.date}. They have been uploaded to the SFTP as well."
em.send_email(
subject, body, recipients, cc_recipients=cc_recipients, attach=attachments
)