ngageoint / scale

Processing framework for containerized algorithms
http://ngageoint.github.io/scale/
Apache License 2.0
105 stars 45 forks source link

Scan - Extend Don't Append #1919

Closed emimaesmith closed 3 years ago

emimaesmith commented 3 years ago
Checklist

Affected 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.

Fizz11 commented 3 years ago

LGTM