Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f89b25f commit bedfe1bCopy full SHA for bedfe1b
1 file changed
extra/shutils/regressiontest.py
@@ -37,7 +37,7 @@ def prepare_email(content):
37
msg = MIMEMultipart()
38
msg["Subject"] = SUBJECT
39
msg["From"] = FROM
40
- msg["To"] = TO
+ msg["To"] = ",".join(TO)
41
42
msg.attach(MIMEText(content))
43
0 commit comments