This commit is contained in:
zandercymatics 2023-11-22 09:08:49 -07:00
parent db964498e1
commit 91d33f4c2a
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7

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):
"""Load organization address data into the 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)