[Libreoffice-commits] dev-tools.git: esc-reporting/esc-analyze.py
Shinnok
admin at shinnok.com
Thu Sep 14 08:51:44 UTC 2017
esc-reporting/esc-analyze.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit c6f4bee1b1175126d1dbd50cb48a2d1292c8294d
Author: Shinnok <admin at shinnok.com>
Date: Wed Sep 13 13:01:38 2017 +0200
Fix spelling for gerritReviewUserEmail.
Change-Id: I0d7743fce11e9a7efd6383e78ed64f3ff91ccfba
Reviewed-on: https://gerrit.libreoffice.org/42237
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 fb8edf1..73744e7 100755
--- a/esc-reporting/esc-analyze.py
+++ b/esc-reporting/esc-analyze.py
@@ -693,7 +693,7 @@ def analyze_reports():
if cntReview == 0 and not statList['people'][ownerEmail]['isCommitter']:
tmpListToReview.append({'id': entry['id'], 'fullid': entry['fullid'], 'patchset': patchset})
- defaultEmail = util_check_mail('', cfg['automate']['gerritRewiewUserEmail'])
+ defaultEmail = util_check_mail('', cfg['automate']['gerritReviewUserEmail'])
for rowTmp in tmpListToReview:
reviewEmail = defaultEmail
txt = gerritData['patch'][rowTmp['id']]['subject']
More information about the Libreoffice-commits
mailing list