Skip to content

Commit

Permalink
Send all distributed pno emails to CNSP in Datascience
Browse files Browse the repository at this point in the history
  • Loading branch information
ivangabriele committed Sep 4, 2024
1 parent 511bfe9 commit bc051af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datascience/src/pipeline/flows/distribute_pnos.py
Original file line number Diff line number Diff line change
Expand Up @@ -651,7 +651,7 @@ def create_email(pno: RenderedPno, test_mode: bool) -> PnoToSend:
else:
return None
else:
to = pno.emails
to = pno.emails + ["[email protected]"]

message = create_html_email(
to=to,
Expand Down

0 comments on commit bc051af

Please sign in to comment.