Show More
@@ -345,9 +345,8 b' class verifier(object):' | |||||
345 | if fl == b't': |
|
345 | if fl == b't': | |
346 | if not match.visitdir(fullpath): |
|
346 | if not match.visitdir(fullpath): | |
347 | continue |
|
347 | continue | |
348 |
subdirnodes.setdefault(fullpath + b'/', {}) |
|
348 | sdn = subdirnodes.setdefault(fullpath + b'/', {}) | |
349 |
|
|
349 | sdn.setdefault(fn, []).append(lr) | |
350 | ).append(lr) |
|
|||
351 | else: |
|
350 | else: | |
352 | if not match(fullpath): |
|
351 | if not match(fullpath): | |
353 | continue |
|
352 | continue |
General Comments 0
You need to be logged in to leave comments.
Login now