From dcc57a7afbd4bb957714e0efe02067a07f7f8801 Mon Sep 17 00:00:00 2001 From: Virgil Dupras Date: Sun, 25 Aug 2013 17:10:26 -0400 Subject: [PATCH] Ah crap, another Cocoa fatal mistake --- cocoa/inter/app_pe.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cocoa/inter/app_pe.py b/cocoa/inter/app_pe.py index 7a1eb896..f9104baf 100644 --- a/cocoa/inter/app_pe.py +++ b/cocoa/inter/app_pe.py @@ -259,8 +259,8 @@ class DupeGuruPE(DupeGuruBase): return self.path2aperture.get(path) return DupeGuruBase._create_file(self, path) - def _job_completed(self, jobid, exc): - DupeGuruBase._job_completed(self, jobid, exc) + def _job_completed(self, jobid): + DupeGuruBase._job_completed(self, jobid) if jobid == JobType.Load: if hasattr(self, 'path2iphoto'): del self.path2iphoto