From 7de3957b9e4edea5a691798550a07b51ea1b17d8 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Wed, 6 Sep 2017 15:49:27 +0000 Subject: [PATCH] Re-enable user notification. --- roles/distgit/pagure/templates/pagure-sync-bugzilla.py.j2 | 4 +--- 1 file changed, 1 insertion(+), 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 d933f22315..476df0e7ae 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,