Fix for gravatar email processing

Change-Id: Ibb974437a68157e01dc89cc17ae29aaa5ea0949d
Signed-off-by: Andrii Ostapenko <aostapenko@stackalytics.io>
This commit is contained in:
Andrii Ostapenko 2021-03-28 22:52:50 -05:00
parent ff530be322
commit 0cc294c81a
No known key found for this signature in database
GPG Key ID: F3E83668DBB223B3
1 changed files with 1 additions and 1 deletions

View File

@ -217,7 +217,7 @@ def merge_user_profiles(domains_index, user_profiles):
# collect ordinary fields
for key in ['seq', 'user_name', 'user_id', 'github_id', 'launchpad_id',
'companies', 'static', 'zanata_id']:
'companies', 'static', 'zanata_id', 'gravatar_email']:
value = next((v.get(key) for v in user_profiles if v.get(key)),
None)
if value: