Update src/registrar/management/commands/patch_federal_agency_info.py

Co-authored-by: rachidatecs <107004823+rachidatecs@users.noreply.github.com>
This commit is contained in:
zandercymatics 2024-01-10 08:03:43 -07:00 committed by GitHub
parent 2e01eb7815
commit 4acfe307b7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -152,7 +152,7 @@ class Command(BaseCommand):
==Proposed Changes==
Number of DomainInformation objects to change: {len(self.di_skipped)}
The following DomainInformation objects will be modified: {self.di_skipped}
The following DomainInformation objects will be modified if agency data exists in file: {self.di_skipped}
""",
prompt_title="Do you wish to patch skipped records?",
)