esc-reporting/esc-analyze.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit c8d1ecee912a57644f6742bfb9168639e4e1080b Author: Shinnok <ad...@shinnok.com> Date: Tue Jan 2 13:25:51 2018 +0100 Fix mentoring address misspelling. Change-Id: I99d50778650e3fdb53e0704ed3979ddd5f3e9479 Reviewed-on: https://gerrit.libreoffice.org/47255 Reviewed-by: Michael Meeks <michael.me...@collabora.com> Tested-by: Michael Meeks <michael.me...@collabora.com> diff --git a/esc-reporting/esc-analyze.py b/esc-reporting/esc-analyze.py index 2297d64..9fe2a84 100755 --- a/esc-reporting/esc-analyze.py +++ b/esc-reporting/esc-analyze.py @@ -733,7 +733,7 @@ def analyze_reports(): else: for comment in row['comments']: email = util_check_mail('', comment['creator']) - if not email == 'aniste...@gmail.com' and not email == 'mentor...@docmentfoundation.org' and 'reviewName' in statList['people'][ownerEmail]['gerrit']: + if not email == 'aniste...@gmail.com' and not email == 'mentor...@documentfoundation.org' and 'reviewName' in statList['people'][ownerEmail]['gerrit']: reviewEmail = email break except Exception as e: _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits