esc-reporting/esc-analyze.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit c8d1ecee912a57644f6742bfb9168639e4e1080b Author: Shinnok <[email protected]> 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 <[email protected]> Tested-by: Michael Meeks <[email protected]> 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 == '[email protected]' and not email == '[email protected]' and 'reviewName' in statList['people'][ownerEmail]['gerrit']: + if not email == '[email protected]' and not email == '[email protected]' and 'reviewName' in statList['people'][ownerEmail]['gerrit']: reviewEmail = email break except Exception as e: _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
