From 2c8c077b8290de8e20545454c6edaab247fa352a Mon Sep 17 00:00:00 2001 From: Virgil Dupras Date: Sat, 27 Aug 2011 15:33:27 -0400 Subject: [PATCH] Well, congrats to me: that was a really stupid bug. Scans in PE were impossible. That's a quick fix. --- core_pe/app_cocoa.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core_pe/app_cocoa.py b/core_pe/app_cocoa.py index 0e2d5d01..4cd7d1a6 100644 --- a/core_pe/app_cocoa.py +++ b/core_pe/app_cocoa.py @@ -89,7 +89,7 @@ class Directories(directories.Directories): except directories.InvalidPathError: self.iphoto_libpath = None - def _get_files(self, from_path): + def _get_files(self, from_path, j): if from_path == IPHOTO_PATH: if self.iphoto_libpath is None: return []