mirror of
https://github.com/arsenetar/dupeguru.git
synced 2026-01-22 14:41:39 +00:00
Fixes here and there to make dupeGuru PE run.
This commit is contained in:
@@ -96,6 +96,8 @@ class DupeGuru(RegistrableApplication, Broadcaster):
|
||||
def _get_file(self, str_path):
|
||||
path = Path(str_path)
|
||||
f = fs.get_file(path, self.directories.fileclasses)
|
||||
if f is None:
|
||||
return None
|
||||
try:
|
||||
f._read_all_info(attrnames=self.data.METADATA_TO_READ)
|
||||
return f
|
||||
|
||||
Reference in New Issue
Block a user