Fix stupid error in cross-referencing image files from subdirectories.
This commit is contained in:
parent
75428cae81
commit
4a475cb695
1 changed files with 2 additions and 0 deletions
|
@ -166,6 +166,8 @@ class CrossRef:
|
|||
self.fileref[key].append(fn, n+1)
|
||||
else:
|
||||
key = self.imagesearch(name)
|
||||
if key:
|
||||
self.fileref[key].append(fn, n+1)
|
||||
if not key:
|
||||
self.missing.append((name, reference(fn,n+1)))
|
||||
rfp.close()
|
||||
|
|
Loading…
Add table
Reference in a new issue