Skip to content

Commit

Permalink
corrections for mexico2024 data
Browse files Browse the repository at this point in the history
  • Loading branch information
alanabravo committed Jun 18, 2024
1 parent 7136971 commit 0b8054d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion unificado.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,8 @@
"legislatorUpperBody": "senaduría de {state}",
"regionalLegislator": "distrito local {area} {state}",
"executiveCouncil": "{area}",
"headOfGovernment": "presidencia de {state}"
"headOfGovernment": "presidencia de {state}",
"deputyHeadOfGovernment": "presidencia de {state}"
},
"ar": {
"governmentOfficer": "gobernador/a de {state}",
Expand Down
2 changes: 1 addition & 1 deletion utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ def get_contest_id(data, contest_chambers, country_location_template):
if location != contest_chamber and not location in contest_chamber:
print('data',data)
print('location', location)
print('contest_chamber', contest_chambers)
# print('contest_chamber', contest_chambers)
sys.exit()

print("get_contest_id: " + "person_id: " + str(data["person_id"]) + " role_type: " + str(data["role_type"]) + " location: " + str(location) + " pais: " + str(data["country"]))
Expand Down

0 comments on commit 0b8054d

Please sign in to comment.