This commit is contained in:
Bernardo Damele 2013-02-03 11:32:07 +00:00
parent bd1ea13b8d
commit b63144d90b

View File

@ -60,7 +60,7 @@ def send_email(msg):
print "Failure to send email: %s" % str(e)
def failure_email(msg):
msg = prepare_email()
msg = prepare_email(msg)
send_email(msg)
sys.exit(1)