[Libreoffice-commits] dev-tools.git: esc-reporting/esc-analyze.py
Shinnok
admin at shinnok.com
Mon Jan 22 14:25:49 UTC 2018
esc-reporting/esc-analyze.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit c8d1ecee912a57644f6742bfb9168639e4e1080b
Author: Shinnok <admin at 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.meeks at collabora.com>
Tested-by: Michael Meeks <michael.meeks at 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 == 'anistenis at gmail.com' and not email == 'mentoring at docmentfoundation.org' and 'reviewName' in statList['people'][ownerEmail]['gerrit']:
+ if not email == 'anistenis at gmail.com' and not email == 'mentoring at documentfoundation.org' and 'reviewName' in statList['people'][ownerEmail]['gerrit']:
reviewEmail = email
break
except Exception as e:
More information about the Libreoffice-commits
mailing list