Update jupyterhub/handlers/base.py

Co-authored-by: Min RK <benjaminrk@gmail.com>
This commit is contained in:
Bruno P. Kinoshita
2020-06-25 19:41:46 +12:00
committed by GitHub
parent 1bdc9aa297
commit 946ed844c5

View File

@@ -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 = [