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 640e0ee commit 47f0d89Copy full SHA for 47f0d89
1 file changed
extra/shutils/regressiontest.py
@@ -26,7 +26,7 @@
26
SMTP_PORT = 25
27
SMTP_TIMEOUT = 30
28
FROM = "[email protected]"
29
-TO = "[email protected]"
+TO = ["[email protected]", "[email protected]"]
30
SUBJECT = "Regression test results on %s using revision %s" % (TIME, REVISION)
31
32
def prepare_email(content):
0 commit comments