mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-06-12 15:34:50 +02:00
PR suggestions
Change variable names and coments
This commit is contained in:
parent
4b625d32de
commit
8535d783e8
2 changed files with 13 additions and 11 deletions
|
@ -800,6 +800,8 @@ class OrganizationDataLoader:
|
|||
return self.tds_to_update
|
||||
|
||||
def prepare_transition_domains(self, transition_domains):
|
||||
"""Pares org data for each transition domain,
|
||||
then appends it to the tds_to_update list"""
|
||||
for item in transition_domains:
|
||||
updated = self.parse_org_data(item.domain_name, item)
|
||||
self.tds_to_update.append(updated)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue