A standalone web service that pushes data files from a CKAN site resources into its DataStore
GNU Affero General Public License v3.0
77
stars
153
forks
source link
Fix error handling in datastore_resource_exists method #236
Open
aruneko opened 2 years ago
An error handling in this line causes exception. The fourth argument of
HTTPError
should be string-like object.https://github.com/ckan/datapusher/blob/master/datapusher/jobs.py#L234