What steps will reproduce the problem?
>>> from fs.memoryfs import MemoryFS
>>> fs = MemoryFS()
>>> list(fs.walk('/dir'))
What is the expected output?
raise ResourceNotFoundError
What do you see instead?
[('/dir', [])]
What version of the product are you using?
0.4.0
Original issue reported on code.google.com by cyk...@gmail.com on 9 Oct 2012 at 10:42
Original issue reported on code.google.com by
cyk...@gmail.com
on 9 Oct 2012 at 10:42