ckan / ckanapi

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

Coerce extra_msg to a string #119

Closed mojodna closed 7 years ago

mojodna commented 7 years ago

Prior to this, extra_msg would be returned as whatever it was, resulting in errors like the following:

TypeError: __str__ returned non-string (type dict)