diff --git a/ckan/controllers/package.py b/ckan/controllers/package.py index dc3b363cdba..97d3bd64dd9 100644 --- a/ckan/controllers/package.py +++ b/ckan/controllers/package.py @@ -236,8 +236,7 @@ def pager_url(q=None, page=None): # Otherwise we treat as a string representing a type except ValueError: if package_type and package_type == search_all_type: - search_all = True - + search_all = True if not package_type: package_type = 'dataset'