Skip to content

Commit

Permalink
CIDC-1484 black
Browse files Browse the repository at this point in the history
  • Loading branch information
scvannost committed Oct 4, 2022
1 parent 86d8be2 commit 79374bd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion functions/csms.py
Expand Up @@ -162,6 +162,8 @@ def update_cidc_from_csms(event: dict, context: BackgroundContext):
logger.info(f"Email: {email_msg}")
send_email(
CIDC_MAILING_LIST,
f"[DEV ALERT]({ENV})" + ("Error" if email_error else "Success") + f" updating from CSMS: {datetime.now()}",
f"[DEV ALERT]({ENV})"
+ ("Error" if email_error else "Success")
+ f" updating from CSMS: {datetime.now()}",
html_content="<br />".join(email_msg),
)

0 comments on commit 79374bd

Please sign in to comment.