Skip to content

Commit

Permalink
[2255] Fix typo in merge conflict resolution
Browse files Browse the repository at this point in the history
  • Loading branch information
rossjones committed Mar 28, 2012
1 parent 52521ef commit c4a61a7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ckan/lib/dictization/model_dictize.py
Expand Up @@ -169,7 +169,6 @@ def package_dictize(pkg, context):
#groups
member_rev = model.member_revision_table
group = model.group_table
q = select([group,member_rev.c.capacity],
q = select([group, member_rev.c.capacity],
from_obj=member_rev.join(group, group.c.id == member_rev.c.group_id)
).where(member_rev.c.table_id == pkg.id)\
Expand Down

0 comments on commit c4a61a7

Please sign in to comment.