mirror of
https://github.com/arsenetar/dupeguru.git
synced 2025-03-09 21:24:36 +00:00
Fixed SE folder scanning under Cocoa
This commit is contained in:
parent
be8efea081
commit
cc76f3ca87
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user