mirror of
https://github.com/jupyter/notebook.git
synced 2025-03-13 13:17:50 +08:00
fix for default value changes in ipython/traitlets/pull/332
This commit is contained in:
parent
64d996f820
commit
15a37c9ba7
@ -74,7 +74,7 @@ class ContentsManager(LoggingConfigurable):
|
||||
help="The base name used when creating untitled directories."
|
||||
)
|
||||
|
||||
pre_save_hook = Any(None, config=True,
|
||||
pre_save_hook = Any(None, config=True, allow_none=True,
|
||||
help="""Python callable or importstring thereof
|
||||
|
||||
To be called on a contents model prior to save.
|
||||
|
Loading…
x
Reference in New Issue
Block a user