Skip to content

Commit

Permalink
Fixes issue 114 (#128)
Browse files Browse the repository at this point in the history
Closes: #114

Signed-off-by: Petr "Stone" Hracek <[email protected]>
  • Loading branch information
phracek authored Jun 19, 2024
1 parent 41b0ca8 commit 1c33929
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion daily_tests/sclorg_sanity_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ def send_email(self):
send_from = "[email protected]"
send_to = ["[email protected]", "[email protected]", "[email protected]", "[email protected]"]
msg = MIMEMultipart()
msg['From'] = ', '.join(send_from)
msg['From'] = send_from
msg['To'] = ', '.join(send_to)
msg['Subject'] = subject_msg
msg.attach(MIMEText(message))
Expand Down

0 comments on commit 1c33929

Please sign in to comment.