Show More
@@ -429,8 +429,6 b' class FileNotebookManager(NotebookManager):' | |||||
429 | checkpoint_id = u"checkpoint" |
|
429 | checkpoint_id = u"checkpoint" | |
430 | cp_path = self.get_checkpoint_path(checkpoint_id, name, path) |
|
430 | cp_path = self.get_checkpoint_path(checkpoint_id, name, path) | |
431 | self.log.debug("creating checkpoint for notebook %s", name) |
|
431 | self.log.debug("creating checkpoint for notebook %s", name) | |
432 | if not os.path.exists(self.checkpoint_dir): |
|
|||
433 | os.mkdir(self.checkpoint_dir) |
|
|||
434 | self._copy(nb_path, cp_path) |
|
432 | self._copy(nb_path, cp_path) | |
435 |
|
433 | |||
436 | # return the checkpoint info |
|
434 | # return the checkpoint info |
General Comments 0
You need to be logged in to leave comments.
Login now