Merge pull request #1868 from rmorshea/fix_for_traitlets

[WIP] fix for default value changes in ipython/traitlets/pull/332
pull/1870/head
Thomas Kluyver 9 years ago committed by GitHub
commit 8073af5de4

@ -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…
Cancel
Save