mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-04 08:52:16 +02:00
minor update to agency extractor verbage when printing results to terminal
This commit is contained in:
parent
4a3dc59c37
commit
e7fd7b2f10
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ class Command(BaseCommand):
|
|||
{TerminalColors.OKGREEN}
|
||||
======================== SUMMARY OF FINDINGS ============================
|
||||
{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
|
||||
(These are agencies that are in the given agency file AND in our system already)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue