Skip to content

Commit e610745

Browse files
committed
unix_socket: allow_none (needed for traitlets 5.1.0)
1 parent ca52e83 commit e610745

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

jupyter_server_proxy/config.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ class ServerProcess(Configurable):
126126
unix_socket = Union(
127127
[Bool(False), Unicode()],
128128
default_value=None,
129+
allow_none=True,
129130
help="""
130131
If set, the service will listen on a Unix socket instead of a TCP port.
131132
Set to True to use a socket in a new temporary folder, or a string

0 commit comments

Comments
 (0)