The documentation generated at
http://pythonhosted.org/fs/mountfs.html#module-fs.mountfs (presumably from the
module) shows construction of a mountfs without the brackets.
It shows:
combined_fs = MountFS
I think this should be:
combined_fs = MountFS()
Testing it - that seems to be what is needed for it to work.
Original issue reported on code.google.com by orionrobots on 17 Sep 2013 at 4:10
Original issue reported on code.google.com by
orionrobots
on 17 Sep 2013 at 4:10