Small mismatch fix
This commit is contained in:
parent
18a998f14b
commit
c5d51ef7ad
1 changed files with 2 additions and 1 deletions
|
|
@ -1516,7 +1516,8 @@ def searchCodes(page, pbar, fillList, filename):
|
|||
if len(fillList) != len(docList):
|
||||
global MISMATCH
|
||||
with LOCK:
|
||||
MISMATCH.append(filename)
|
||||
if filename not in MISMATCH:
|
||||
MISMATCH.append(filename)
|
||||
else:
|
||||
docList = []
|
||||
searchCodes(page, pbar, fillList, filename)
|
||||
|
|
|
|||
Loading…
Reference in a new issue