mirror of
https://github.com/arsenetar/dupeguru.git
synced 2026-02-04 04:11:38 +00:00
dgpe cocoa: ugh... fixed typo
--HG-- extra : convert_revision : svn%3Ac306627e-7827-47d3-bdf0-9a457c9553a1/trunk%40266
This commit is contained in:
@@ -187,7 +187,7 @@ class DupeGuruPE(app_cocoa.DupeGuru):
|
|||||||
|
|
||||||
def _get_file(self, str_path):
|
def _get_file(self, str_path):
|
||||||
p = Path(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 IPhoto(p)
|
||||||
return app_cocoa.DupeGuru._get_file(self, str_path)
|
return app_cocoa.DupeGuru._get_file(self, str_path)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user