Closed GoogleCodeExporter closed 9 years ago
MemoryFS doesn't take a path in the constructor. You generally wont need to
pass any arguments to the constructor.
Try this instead:
fs = MemoryFS()
http://packages.python.org/fs/memoryfs.html#module-fs.memoryfs
Original comment by willmcgugan
on 31 Oct 2010 at 5:58
Ok, thanks it's works.
But it should be more intuitive if MemoryFS raise an exception if argument is
not correct.
Original comment by Lothiral...@gmail.com
on 31 Oct 2010 at 6:11
Original issue reported on code.google.com by
Lothiral...@gmail.com
on 31 Oct 2010 at 5:55