mirror of
https://github.com/arsenetar/dupeguru.git
synced 2025-03-10 05:34:36 +00:00
Well, congrats to me: that was a really stupid bug. Scans in PE were impossible. That's a quick fix.
This commit is contained in:
parent
f7a3e78870
commit
2c8c077b82
@ -89,7 +89,7 @@ class Directories(directories.Directories):
|
|||||||
except directories.InvalidPathError:
|
except directories.InvalidPathError:
|
||||||
self.iphoto_libpath = None
|
self.iphoto_libpath = None
|
||||||
|
|
||||||
def _get_files(self, from_path):
|
def _get_files(self, from_path, j):
|
||||||
if from_path == IPHOTO_PATH:
|
if from_path == IPHOTO_PATH:
|
||||||
if self.iphoto_libpath is None:
|
if self.iphoto_libpath is None:
|
||||||
return []
|
return []
|
||||||
|
Loading…
x
Reference in New Issue
Block a user