1
0
mirror of https://github.com/arsenetar/dupeguru.git synced 2025-03-09 21:24:36 +00:00

dgpe cocoa: ugh... fixed typo

--HG--
extra : convert_revision : svn%3Ac306627e-7827-47d3-bdf0-9a457c9553a1/trunk%40266
This commit is contained in:
hsoft 2009-12-16 16:16:22 +00:00
parent a6d2a9b7b3
commit 4f6af6e4dc

View File

@ -187,7 +187,7 @@ class DupeGuruPE(app_cocoa.DupeGuru):
def _get_file(self, str_path):
p = Path(str_path)
if (self.iphoto_libpath is not None) and (p in self.directories.iphoto_libpath[:-1]):
if (self.directories.iphoto_libpath is not None) and (p in self.directories.iphoto_libpath[:-1]):
return IPhoto(p)
return app_cocoa.DupeGuru._get_file(self, str_path)