Commit 5391ab4b by willmcgugan

Fixed dumb error

parent 407775dd
......@@ -180,7 +180,7 @@ class MemoryFS(FS):
return self.dir_entry_factory(*args, **kwargs)
def __init__(self, file_factory=None):
super(FS, self).__init__(thread_synchronize=_thread_syncronize_default)
super(MemoryFS, self).__init__(thread_synchronize=_thread_syncronize_default)
self.dir_entry_factory = DirEntry
self.file_factory = file_factory or MemoryFile
......
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