Skip to content
Snippets Groups Projects
Commit 8778c5ab authored by Anne Philipp's avatar Anne Philipp
Browse files

avoid sending mail if an error occurs because its already in the log file.

parent e446e857
No related branches found
No related tags found
No related merge requests found
......@@ -297,8 +297,6 @@ def my_error(users, message='ERROR'):
print(full_message)
send_mail(users, 'ERROR', full_message)
sys.exit(1)
return
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment