Fixed SE folder scanning under Cocoa

This commit is contained in:
Virgil Dupras 2013-08-18 21:07:33 -04:00
parent be8efea081
commit cc76f3ca87
1 changed files with 1 additions and 0 deletions

View File

@ -36,6 +36,7 @@ class Directories(DirectoriesBase):
HOME_PATH_TO_EXCLUDE = [Path('Library')]
def __init__(self):
DirectoriesBase.__init__(self, fileclasses=[Bundle, fs.File])
self.folderclass = fs.Folder
def _default_state_for_path(self, path):
result = DirectoriesBase._default_state_for_path(self, path)