Skip to content

Commit

Permalink
Merge branch 'master' of ssh://github.com/okfn/ckan
Browse files Browse the repository at this point in the history
  • Loading branch information
David Read committed May 17, 2012
2 parents 112e405 + fcb5858 commit 522adf6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ckan/lib/navl/dictization_functions.py
Expand Up @@ -128,7 +128,6 @@ def augment_data(data, schema):
if initial_tuple in [initial_key[:len(initial_tuple)]
for initial_key in flattented_schema]:
if data[key] <> []:
from nose.tools import set_trace; set_trace()
raise DataError('Only lists of dicts can be placed against '
'subschema %s, not %s' % (key,type(data[key])))

Expand Down

0 comments on commit 522adf6

Please sign in to comment.