Skip to content

Commit

Permalink
[#2562] pep8
Browse files Browse the repository at this point in the history
  • Loading branch information
wardi committed Sep 1, 2017
1 parent c15814e commit a13c38c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckanext/datastore/logic/auth.py
Expand Up @@ -57,7 +57,7 @@ def datastore_search_sql(context, data_dict):

for name in context['table_names']:
name_auth = datastore_auth(
dict(context), # required because check_access mutates context
dict(context), # required because check_access mutates context
{'id': name},
'resource_show')
if not name_auth['success']:
Expand Down

0 comments on commit a13c38c

Please sign in to comment.