Skip to content

Commit

Permalink
unix_socket: allow_none (needed for traitlets 5.1.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
manics committed Oct 24, 2024
1 parent aeab79f commit ae887a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jupyter_server_proxy/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ class ServerProcess(Configurable):
unix_socket = Union(
[Bool(False), Unicode()],
default_value=None,
allow_none=True,
help="""
If set, the service will listen on a Unix socket instead of a TCP port.
Set to True to use a socket in a new temporary folder, or a string
Expand Down

0 comments on commit ae887a0

Please sign in to comment.