Skip to content

Commit

Permalink
PEP8
Browse files Browse the repository at this point in the history
  • Loading branch information
mattfullerton committed Oct 6, 2017
1 parent f7c194d commit e1b703d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ckan/controllers/package.py
Expand Up @@ -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'

Expand Down

0 comments on commit e1b703d

Please sign in to comment.