Natasha15030003 / pyfilesystem

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

On OSX, Finder doesnt work with the default extended attribute implementation #104

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I am implementing a filesystem.

I got it to work on Mac, I could see files on the filesystem via the terminal, 
but finder could not see any files.

After some investigation, I seen that getxattr and listxattr were not raising 
NotImplementedError by default.

After changing the methods to raise NotImplementedError, finder could see the 
files.

I think should be default.

Original issue reported on code.google.com by ad...@dmarkey.com on 14 Jan 2012 at 7:37

Attachments:

GoogleCodeExporter commented 8 years ago
Thanks for the report, I have applied your fix in trunk.

Original comment by rfkel...@gmail.com on 27 Jan 2012 at 6:51