sys.exit removal for notification/mail.py

reviewable/pr18780/r1
Matt Martz 9 years ago
parent abf7ee579e
commit eac4493421

@ -285,7 +285,6 @@ def main():
msg.attach(part) msg.attach(part)
except Exception, e: except Exception, e:
module.fail_json(rc=1, msg="Failed to send mail: can't attach file %s: %s" % (file, e)) module.fail_json(rc=1, msg="Failed to send mail: can't attach file %s: %s" % (file, e))
sys.exit()
composed = msg.as_string() composed = msg.as_string()

Loading…
Cancel
Save