ckan / example-add-dataset

Example script that uses the CKAN API to create a dataset and upload some files to it
3 stars 9 forks source link

2.6 - KeyError: 'name' on error handling, #4

Open weshinsley opened 7 years ago

weshinsley commented 7 years ago

When a validation error occurs, I am getting...

Traceback (most recent call last): File "ckan_populater.py", line 42, in e.error_dict['name'] == ['That URL is already in use.']): KeyError: 'name'