Skip to content

Commit

Permalink
[#4796] Pep 8
Browse files Browse the repository at this point in the history
  • Loading branch information
amercader committed Aug 2, 2019
1 parent b0e9759 commit cd1b75d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ckan/lib/repoze_plugins/friendly_form.py
Expand Up @@ -246,8 +246,8 @@ def challenge(self, environ, status, app_headers, forget_headers):
# the login counter in the query string
environ[u'repoze.who.logins'] += 1
# Re-building the URL:
destination = self._set_logins_in_url(destination,
environ[u'repoze.who.logins'])
destination = self._set_logins_in_url(
destination, environ[u'repoze.who.logins'])

return HTTPFound(location=destination, headers=headers)

Expand Down

0 comments on commit cd1b75d

Please sign in to comment.