Skip to content

Commit

Permalink
pep8 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
amercader authored and smotornyuk committed Jun 29, 2017
1 parent 337e14d commit 033f782
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ckan/controllers/group.py
Expand Up @@ -175,8 +175,8 @@ def index(self):
'sort': sort_by,
'type': group_type or 'group',
}
global_results = self._action('group_list')(context,
data_dict_global_results)
global_results = self._action('group_list')(
context, data_dict_global_results)
except ValidationError as e:
if e.error_dict and e.error_dict.get('message'):
msg = e.error_dict['message']
Expand Down

0 comments on commit 033f782

Please sign in to comment.