Fix for gravatar email processing
Change-Id: Ibb974437a68157e01dc89cc17ae29aaa5ea0949d Signed-off-by: Andrii Ostapenko <aostapenko@stackalytics.io>changes/93/783593/1
parent
ff530be322
commit
0cc294c81a
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue