1
0
mirror of https://github.com/arsenetar/dupeguru.git synced 2025-03-09 21:24:36 +00:00

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

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