Skip to content

Commit ae887a0

Browse files
committed
unix_socket: allow_none (needed for traitlets 5.1.0)
1 parent aeab79f commit ae887a0

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
@@ -131,6 +131,7 @@ class ServerProcess(Configurable):
131131
unix_socket = Union(
132132
[Bool(False), Unicode()],
133133
default_value=None,
134+
allow_none=True,
134135
help="""
135136
If set, the service will listen on a Unix socket instead of a TCP port.
136137
Set to True to use a socket in a new temporary folder, or a string

0 commit comments

Comments
 (0)