From 221534e19dd04419f3a377601f62aff955193ab5 Mon Sep 17 00:00:00 2001 From: zandercymatics <141044360+zandercymatics@users.noreply.github.com> Date: Mon, 20 Nov 2023 15:49:34 -0700 Subject: [PATCH] Update comment --- .../commands/utility/extra_transition_domain_helper.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/registrar/management/commands/utility/extra_transition_domain_helper.py b/src/registrar/management/commands/utility/extra_transition_domain_helper.py index 06b210950..781972077 100644 --- a/src/registrar/management/commands/utility/extra_transition_domain_helper.py +++ b/src/registrar/management/commands/utility/extra_transition_domain_helper.py @@ -878,7 +878,7 @@ class OrganizationDataLoader: if domain_additional_row is None: return None - # Get a row in the organization_adhoc file. The id is the orgid in domain_info. + # Get a row in the organization_adhoc file. The id is the orgid in domain_additional_row. org_row = self.retrieve_row_by_id(EnumFilenames.ORGANIZATION_ADHOC, domain_additional_row.orgid) return org_row