Fixed missing results.
This commit is contained in:
parent
ec0c98abb3
commit
b2e087a9db
2 changed files with 3 additions and 3 deletions
2
vigil
2
vigil
|
|
@ -270,7 +270,7 @@ class Summary:
|
|||
else:
|
||||
result = tools.Result(path, tool)
|
||||
jobs_added = True
|
||||
all_results.add(result)
|
||||
all_results.add(result)
|
||||
if result.is_completed:
|
||||
completed_total += 1
|
||||
file_entry = new_cache.setdefault(file_key, {})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue