We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c3d7a6 commit cb3dc22Copy full SHA for cb3dc22
notebook/services/contents/filemanager.py
@@ -245,7 +245,7 @@ def _base_model(self, path):
245
four_o_four = "file or directory does not exist: %r" % path
246
247
if is_hidden(os_path, self.root_dir) and not self.allow_hidden:
248
- self.log.info("Refusing to serve hidden file or file in hidden directory %r, via 404 Error", os_path)
+ self.log.info("Refusing to serve hidden file or directory %r, via 404 Error", os_path)
249
raise web.HTTPError(404, four_o_four)
250
251
try:
0 commit comments