Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Oderbolz committed Aug 25, 2015
1 parent 38a985e commit 0fe69bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ckan/lib/dictization/model_dictize.py
Expand Up @@ -104,6 +104,7 @@ def extras_list_dictize(extras_list, context):

return sorted(result_list, key=lambda x: x["key"])


def resource_dictize(res, context):
model = context['model']
resource = d.table_dictize(res, context)
Expand Down

0 comments on commit 0fe69bc

Please sign in to comment.