Ah crap, another Cocoa fatal mistake

This commit is contained in:
Virgil Dupras 2013-08-25 17:10:26 -04:00
parent 8b510994ad
commit dcc57a7afb
1 changed files with 2 additions and 2 deletions

View File

@ -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