diff --git a/ckanext/datastore/controller.py b/ckanext/datastore/controller.py index e504592c5c4..f61b6cebb24 100644 --- a/ckanext/datastore/controller.py +++ b/ckanext/datastore/controller.py @@ -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(