Skip to content

Commit

Permalink
[#3816] pep8
Browse files Browse the repository at this point in the history
  • Loading branch information
wardi committed Feb 5, 2018
1 parent 7a2af90 commit a27a5a9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ckanext/datastore/controller.py
Expand Up @@ -132,7 +132,8 @@ def run_query(self, resource_id):
except ValidationError as e:
if 'create_table_as_sql' not in e.error_dict:
raise
h.flash_error(_('There was an error with the saved resource '
h.flash_error(_(
'There was an error with the saved resource '
'query. Please click "Manage" to update the query.'))

h.redirect_to(
Expand Down

0 comments on commit a27a5a9

Please sign in to comment.