mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-06-06 12:37:23 +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):
|
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.
|
Results are then logged.
|
||||||
Debug mode provides detailed logging.
|
|
||||||
"""
|
"""
|
||||||
for info in domain_informations:
|
for info in domain_informations:
|
||||||
try:
|
try:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue