summaryrefslogtreecommitdiff
path: root/esc-reporting/esc-report.py
diff options
context:
space:
mode:
Diffstat (limited to 'esc-reporting/esc-report.py')
-rwxr-xr-xesc-reporting/esc-report.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/esc-reporting/esc-report.py b/esc-reporting/esc-report.py
index 1786bbb..41406f6 100755
--- a/esc-reporting/esc-report.py
+++ b/esc-reporting/esc-report.py
@@ -201,7 +201,7 @@ def report_mentoring():
entry['email'] = row['author-email']
entry['license'] = 'GIT AUTHOR NO LICENSE'
myStatList['missing_license'].append(entry)
- elif not statList['people'][ownerEmail]['licenseOK']:
+ elif not statList['people'][email]['licenseOK']:
entry['license'] = 'GIT: ' + statList['people'][email]['licenseText']
myStatList['missing_license'].append(entry)