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
1 changed files with 1 additions and 1 deletions

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)