diff --git a/jupyterhub/utils.py b/jupyterhub/utils.py index 255d6b1b..e8cee2e2 100644 --- a/jupyterhub/utils.py +++ b/jupyterhub/utils.py @@ -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. """