Skip to content

Commit

Permalink
[#2375] Minor pep8 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tobes committed Aug 7, 2012
1 parent 9a0a272 commit e54665f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckan/controllers/home.py
Expand Up @@ -141,7 +141,7 @@ def _form_to_db_schema(group_type=None):
# We get all the packages or at least too many so
# limit it to just 2
group_dict['packages'] = group_dict['packages'][:2]
return {'group_dict' :group_dict}
return {'group_dict': group_dict}

global dirty_cached_group_stuff
if not dirty_cached_group_stuff:
Expand Down

0 comments on commit e54665f

Please sign in to comment.