Natasha15030003 / pyfilesystem

Automatically exported from code.google.com/p/pyfilesystem
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

MountFS documentation incorrect - parens missing #164

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
Looks like that was fixed in trunk. The docs will be updated on the next 
release...

Original comment by willmcgugan on 17 Sep 2013 at 4:14