mirror of
https://github.com/arsenetar/dupeguru.git
synced 2025-03-10 05:34:36 +00:00
Ah crap, another Cocoa fatal mistake
This commit is contained in:
parent
8b510994ad
commit
dcc57a7afb
@ -259,8 +259,8 @@ class DupeGuruPE(DupeGuruBase):
|
|||||||
return self.path2aperture.get(path)
|
return self.path2aperture.get(path)
|
||||||
return DupeGuruBase._create_file(self, path)
|
return DupeGuruBase._create_file(self, path)
|
||||||
|
|
||||||
def _job_completed(self, jobid, exc):
|
def _job_completed(self, jobid):
|
||||||
DupeGuruBase._job_completed(self, jobid, exc)
|
DupeGuruBase._job_completed(self, jobid)
|
||||||
if jobid == JobType.Load:
|
if jobid == JobType.Load:
|
||||||
if hasattr(self, 'path2iphoto'):
|
if hasattr(self, 'path2iphoto'):
|
||||||
del self.path2iphoto
|
del self.path2iphoto
|
||||||
|
Loading…
x
Reference in New Issue
Block a user