fix: add default

This commit is contained in:
Angus Hollands
2025-10-03 10:01:54 +01:00
parent e196c93783
commit faa34044f3

View File

@@ -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.
"""