summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--notification/mail.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/notification/mail.py b/notification/mail.py
index 8be9a589..e63a9536 100644
--- a/notification/mail.py
+++ b/notification/mail.py
@@ -285,7 +285,6 @@ def main():
msg.attach(part)
except Exception, 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()