Temporarily disable emailing users while we figure out https://pagure.io/fedora-infrastructure/issue/6233
This commit is contained in:
parent
5e0c46d065
commit
fe15aa7ae0
1 changed files with 3 additions and 1 deletions
|
@ -656,7 +656,9 @@ if __name__ == '__main__':
|
||||||
if DRY_RUN:
|
if DRY_RUN:
|
||||||
print('[DEBUG]', '\n'.join(errors))
|
print('[DEBUG]', '\n'.join(errors))
|
||||||
else:
|
else:
|
||||||
notify_users(errors)
|
# Temporarily disable emailing users while we figure this out
|
||||||
|
# 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