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