Closed GoogleCodeExporter closed 9 years ago
FS objects, once constructed, don't take system paths. Please see the
documentation:
http://packages.python.org/fs/concepts.html#paths
In your example, this is what you want:
fs.open('foo.txt')
Original comment by willmcgugan
on 30 Dec 2012 at 11:48
Aha! I encountered this problem maintaining a project which is apparently
incorrectly using pyfs (keyring).
Thanks for the clarification.
Original comment by jar...@jaraco.com
on 30 Dec 2012 at 4:34
Original issue reported on code.google.com by
jar...@jaraco.com
on 30 Dec 2012 at 10:51