Update comment

This commit is contained in:
zandercymatics 2023-11-20 15:49:34 -07:00
parent e7db6b8842
commit 221534e19d
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7

View file

@ -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