Closed emimaesmith closed 3 years ago
manage.py test
ingest/scan
When retrieving duplicates for scans, we were appending the returned queryset to a list instead of extending the list with all items returned.
LGTM
Checklist
manage.py test
passesAffected app(s)
ingest/scan
Description of change
When retrieving duplicates for scans, we were appending the returned queryset to a list instead of extending the list with all items returned.