Re-enable user notification.
This commit is contained in:
parent
e4d091edb6
commit
7de3957b9e
1 changed files with 1 additions and 3 deletions
|
@ -858,9 +858,7 @@ if __name__ == '__main__':
|
||||||
if DRY_RUN:
|
if DRY_RUN:
|
||||||
print('[DEBUG]', '\n'.join(errors))
|
print('[DEBUG]', '\n'.join(errors))
|
||||||
else:
|
else:
|
||||||
# Temporarily disable emailing users while we figure this out
|
notify_users(errors)
|
||||||
# https://pagure.io/fedora-infrastructure/issue/6233
|
|
||||||
#notify_users(errors)
|
|
||||||
send_email(
|
send_email(
|
||||||
EMAIL_FROM,
|
EMAIL_FROM,
|
||||||
NOTIFYEMAIL,
|
NOTIFYEMAIL,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue