mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-07 01:54:09 +00:00
fix: add default
This commit is contained in:
@@ -986,7 +986,7 @@ def fmt_ip_url(ip):
|
||||
return ip
|
||||
|
||||
|
||||
def format_exception(exc, *, only_jupyterhub):
|
||||
def format_exception(exc, *, only_jupyterhub=False):
|
||||
"""
|
||||
Format an exception into a text string and HTML pair.
|
||||
"""
|
||||
|
Reference in New Issue
Block a user