esc-reporting/esc-analyze.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit 27ff1e7b74d47cb2ce6e8384b92f2fba9db1c9df Author: Shinnok <[email protected]> Date: Wed Sep 13 13:18:10 2017 +0200 Update mentor e-mail. Change-Id: I42afa6d783d5a9fd41b5929ca086fb6f04d9ea0e Reviewed-on: https://gerrit.libreoffice.org/42238 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 b9f2bab..fb8edf1 100755 --- a/esc-reporting/esc-analyze.py +++ b/esc-reporting/esc-analyze.py @@ -305,7 +305,7 @@ def analyze_mentoring(): statList['people'][mail]['gerrit']['reviewName'] = '{} <{}>'.format(row['name'],row['email']) statList['people'][mail]['isCommitter'] = True statList['people'][mail]['isContributor'] = True - x1 = statList['people']['[email protected]'] + x1 = statList['people']['[email protected]'] statNewDate = cfg['1yearDate'] statOldDate = cfg['nowDate'] for key, row in gerritData['patch'].items(): @@ -706,7 +706,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
