esc-reporting/esc-analyze.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 668d50e4fc33b218bfb6cdfdf24f9bd605317c85 Author: Xisco Fauli <xiscofa...@libreoffice.org> AuthorDate: Tue Sep 11 17:59:58 2018 +0200 Commit: Xisco Fauli <xiscofa...@libreoffice.org> CommitDate: Tue Sep 11 18:01:24 2018 +0200 ESC: filter out Pootle bot and DUMMY diff --git a/esc-reporting/esc-analyze.py b/esc-reporting/esc-analyze.py index 0128152..a39ada6 100755 --- a/esc-reporting/esc-analyze.py +++ b/esc-reporting/esc-analyze.py @@ -786,7 +786,7 @@ def analyze_reports(): break tmpRlist = sorted(statList['people'], key=lambda k: (statList['people'][k]['gerrit']['1month']['reviewer']),reverse=True) for i in tmpRlist: - if i != 'c...@libreoffice.org': + if i != 'c...@libreoffice.org' and i != 'fake-em...@fake-email-script-esc.com' and i != '*dummy*': x = {'mail': i, 'name': statList['people'][i]['name'], 'month': statList['people'][i]['gerrit']['1month']['reviewer'], 'year': statList['people'][i]['gerrit']['1year']['reviewer']} _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits