mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-18 07:23:00 +00:00
Update jupyterhub/handlers/base.py
Co-authored-by: Min RK <benjaminrk@gmail.com>
This commit is contained in:

committed by
GitHub

parent
1bdc9aa297
commit
946ed844c5
@@ -678,7 +678,7 @@ class BaseHandler(RequestHandler):
|
|||||||
a list with "next" (to avoid redirect-loops)
|
a list with "next" (to avoid redirect-loops)
|
||||||
:rtype (str)
|
:rtype (str)
|
||||||
"""
|
"""
|
||||||
if not exclude:
|
if exclude is None:
|
||||||
exclude = ['next']
|
exclude = ['next']
|
||||||
if self.request.query:
|
if self.request.query:
|
||||||
query_string = [
|
query_string = [
|
||||||
|
Reference in New Issue
Block a user