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

Co-authored-by: Alysia Broddrick <109625347+abroddrick@users.noreply.github.com>
This commit is contained in:
zandercymatics 2023-11-22 08:33:51 -07:00 committed by GitHub
parent 4b625d32de
commit 86506f4e31
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -55,7 +55,7 @@ class Command(BaseCommand):
parser.add_argument("--directory", default="migrationdata", help="Desired directory")
def handle(self, migration_json_filename, **options):
"""Process the objects in TransitionDomain."""
"""Load organization address data into the TransitionDomain and DomainInformation tables by using the organization adhoc file and domain_additional file"""
# Parse JSON file
options = self.load_json_settings(options, migration_json_filename)
args = TransitionDomainArguments(**options)