Re-enable user notification.

This commit is contained in:
Ralph Bean 2017-09-06 15:49:27 +00:00
parent e4d091edb6
commit 7de3957b9e

View file

@ -858,9 +858,7 @@ if __name__ == '__main__':
if DRY_RUN:
print('[DEBUG]', '\n'.join(errors))
else:
# Temporarily disable emailing users while we figure this out
# https://pagure.io/fedora-infrastructure/issue/6233
#notify_users(errors)
notify_users(errors)
send_email(
EMAIL_FROM,
NOTIFYEMAIL,