mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-13 13:09:41 +02:00
Update src/registrar/management/commands/load_transition_domain.py
Co-authored-by: Neil MartinsenBurrell <neil.martinsen-burrell@gsa.gov>
This commit is contained in:
parent
12467276b5
commit
487d2586fd
1 changed files with 1 additions and 1 deletions
|
@ -369,7 +369,7 @@ transtion_domain table for domain:
|
||||||
for row in csv.reader(contacts_file, delimiter=sep):
|
for row in csv.reader(contacts_file, delimiter=sep):
|
||||||
userId = row[0]
|
userId = row[0]
|
||||||
user_email = row[6]
|
user_email = row[6]
|
||||||
user_emails_dictionary[userId].append(user_email)
|
user_emails_dictionary[userId] = user_email
|
||||||
logger.info("Loaded emails for %d users", len(user_emails_dictionary))
|
logger.info("Loaded emails for %d users", len(user_emails_dictionary))
|
||||||
return user_emails_dictionary
|
return user_emails_dictionary
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue