Skip to content

Instantly share code, notes, and snippets.

@seanh
Created February 18, 2013 16:26
Show Gist options
  • Save seanh/4978584 to your computer and use it in GitHub Desktop.
Save seanh/4978584 to your computer and use it in GitHub Desktop.
File '/home/seanh/Projects/ckan/ckan/ckan/controllers/package.py', line 697 in new_metadata
get_action('package_update')(context, data_dict)
File '/home/seanh/Projects/ckan/ckan/ckan/logic/__init__.py', line 323 in wrapped
return _action(context, data_dict, **kw)
File '/home/seanh/Projects/ckan/ckan/ckan/logic/action/update.py', line 251 in package_update
data, errors = _validate(data_dict, schema, context)
File '/home/seanh/Projects/ckan/ckan/ckan/lib/navl/dictization_functions.py', line 237 in validate
converted_data = unflatten(converted_data)
File '/home/seanh/Projects/ckan/ckan/ckan/lib/navl/dictization_functions.py', line 394 in unflatten
current_pos = current_pos[key]
IndexError: list index out of range
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment