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 bd1ea13 commit b63144dCopy full SHA for b63144d
1 file changed
extra/shutils/regressiontest.py
@@ -60,7 +60,7 @@ def send_email(msg):
60
print "Failure to send email: %s" % str(e)
61
62
def failure_email(msg):
63
- msg = prepare_email()
+ msg = prepare_email(msg)
64
send_email(msg)
65
sys.exit(1)
66
0 commit comments