Partially fixes Issue 148

parent 1edd6d35
...@@ -414,7 +414,7 @@ class MountFS(FS): ...@@ -414,7 +414,7 @@ class MountFS(FS):
:param info_callable: A callable that returns a dictionary with information regarding the file-like object :param info_callable: A callable that returns a dictionary with information regarding the file-like object
""" """
self.mount_tree[path] = MountFS.FileMount(path, callable, info_callable) self.mount_tree[path] = MountFS.FileMount(path, open_callable, info_callable)
@synchronize @synchronize
def unmount(self, path): def unmount(self, path):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment