add missing `@default` decorator on checkpoints_class

this is not strictly required,
as default generators are no longer deprecated,
but it'st still a good idea
Min RK 9 years ago
parent e9c9c3a10e
commit 2e52d15522

@ -142,6 +142,7 @@ class FileContentsManager(FileManagerMixin, ContentsManager):
raise TraitError("%r is not a directory" % value)
return value
@default('checkpoints_class')
def _checkpoints_class_default(self):
return FileCheckpoints

Loading…
Cancel
Save