mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-05 09:21:54 +02:00
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:
parent
4b625d32de
commit
86506f4e31
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue