This commit is contained in:
zandercymatics 2024-04-11 09:25:08 -06:00
parent c9e3948b04
commit 09c0ad59cd
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7

View file

@ -144,9 +144,9 @@ class Command(BaseCommand):
def update_domain_informations(self, domain_informations, debug):
"""
Updates the organization_type for a list of DomainInformation objects using the `sync_organization_type` function.
Updates the organization_type for a list of DomainInformation objects
using the `sync_organization_type` function.
Results are then logged.
Debug mode provides detailed logging.
"""
for info in domain_informations:
try: