Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit bedfe1b

Browse files
committed
syntax fix
1 parent f89b25f commit bedfe1b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

extra/shutils/regressiontest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def prepare_email(content):
3737
msg = MIMEMultipart()
3838
msg["Subject"] = SUBJECT
3939
msg["From"] = FROM
40-
msg["To"] = TO
40+
msg["To"] = ",".join(TO)
4141

4242
msg.attach(MIMEText(content))
4343

0 commit comments

Comments
 (0)