ckan / ckanapi

A command line interface and Python module for accessing the CKAN Action API
Other
176 stars 74 forks source link

Local Variable referenced before assignment #151

Open boykoc opened 4 years ago

boykoc commented 4 years ago

Reporting for now until I dig in more.

Got this error when doing a dump with --datastore-fields option for a single resource. Haven't figured it out yet, but the dataset that triggered this doesn't have a resource.

res['datastore_fields'] = ds['fields']
UnboundLocalError: local variable 'ds' referenced before assignment

https://github.com/ckan/ckanapi/blob/1a8c3f1f9ca31274c050a6ce3c1fe30e4c305eac/ckanapi/datapackage.py#L133