Skip to content

Commit f4c3889

Browse files
authored
[BUG]: allow None for min_open_files_limit trait (#587)
* allow None as a default for min_open_files_limit * Missing comma
1 parent ac93dd8 commit f4c3889

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

jupyter_server/serverapp.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1020,6 +1020,7 @@ def _token_default(self):
10201020
OSError: [Errno 24] Too many open files.
10211021
This is not applicable when running on Windows.
10221022
""",
1023+
allow_none=True,
10231024
)
10241025

10251026
@default("min_open_files_limit")

0 commit comments

Comments
 (0)