mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-05 09:21:54 +02:00
Update csv_export.py
This commit is contained in:
parent
b5e888b0e4
commit
551e85ed22
1 changed files with 1 additions and 1 deletions
|
@ -766,7 +766,7 @@ class DomainRequestExport:
|
|||
|
||||
# Handle the region field.
|
||||
state_territory = request.get("state_territory")
|
||||
if state_territory and request.get["region"] is None:
|
||||
if state_territory and request.get("region") is None:
|
||||
request["region"] = get_region(state_territory)
|
||||
|
||||
# create a dictionary of fields which can be included in output
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue