diff options
-rw-r--r-- | roles/distgit/pagure/templates/pagure-sync-bugzilla.py.j2 | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/roles/distgit/pagure/templates/pagure-sync-bugzilla.py.j2 b/roles/distgit/pagure/templates/pagure-sync-bugzilla.py.j2 index d933f2231..476df0e7a 100644 --- a/roles/distgit/pagure/templates/pagure-sync-bugzilla.py.j2 +++ b/roles/distgit/pagure/templates/pagure-sync-bugzilla.py.j2 @@ -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, |