Commit 307f7fb3 authored by Weblate's avatar Weblate

Merge remote-tracking branch 'origin/master'

parents fbcaff68 87eb8e7d
......@@ -136,6 +136,8 @@ def generate_counts(component, start_date, end_date):
'author__email', 'author__first_name', 'unit__num_words',
)
for email, name, words in authors:
if words is None:
continue
if email not in result:
result[email] = {
'name': name,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment