minor update to agency extractor verbage when printing results to terminal

This commit is contained in:
CocoByte 2023-11-02 17:18:33 -05:00
parent 4a3dc59c37
commit e7fd7b2f10
No known key found for this signature in database
GPG key ID: BBFAA2526384C97F

View file

@ -91,7 +91,7 @@ class Command(BaseCommand):
{TerminalColors.OKGREEN} {TerminalColors.OKGREEN}
======================== SUMMARY OF FINDINGS ============================ ======================== SUMMARY OF FINDINGS ============================
{len(provided_agencies)} AGENCIES WERE PROVIDED in the agency file. {len(provided_agencies)} AGENCIES WERE PROVIDED in the agency file.
{len(existing_agencies)} AGENCIES ARE CURRENTLY IN OUR SYSTEM. {len(existing_agencies)} AGENCIES FOUND IN THE TARGETED SYSTEM.
{len(provided_agencies)-len(new_agencies)} AGENCIES MATCHED {len(provided_agencies)-len(new_agencies)} AGENCIES MATCHED
(These are agencies that are in the given agency file AND in our system already) (These are agencies that are in the given agency file AND in our system already)