ckan / ckanext-harvest

Remote harvesting extension for CKAN
130 stars 203 forks source link

Check 'email' field existence before use #498

Closed bonnland closed 2 years ago

bonnland commented 2 years ago

If a non-admin user runs a harvest job and an error email should be sent, the 'email' field will not be present in member_details.

So it seems best to include a guard against the 'email' field not being present before using it.