mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-06-05 03:57:25 +02:00
Linting
This commit is contained in:
parent
c9e3948b04
commit
09c0ad59cd
1 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue