mirror of
https://github.com/jupyter/notebook.git
synced 2025-02-05 12:19:58 +08:00
commit
8a1ece4577
@ -281,7 +281,7 @@ class FileContentsManager(FileManagerMixin, ContentsManager):
|
||||
if e.errno == errno.ENOENT:
|
||||
self.log.warning("%s doesn't exist", os_path)
|
||||
else:
|
||||
self.log.warning("Error stat-ing %s: %s", (os_path, e))
|
||||
self.log.warning("Error stat-ing %s: %s", os_path, e)
|
||||
continue
|
||||
|
||||
if not stat.S_ISREG(st.st_mode) and not stat.S_ISDIR(st.st_mode):
|
||||
|
Loading…
Reference in New Issue
Block a user