Skip to content

Commit

Permalink
adding 'district' column to alternate_bulk_formats.py
Browse files Browse the repository at this point in the history
Not sure why it might have been omitted.
  • Loading branch information
JoshData committed Jan 15, 2015
1 parent e953a59 commit 2413d32
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/alternate_bulk_formats.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ def run():
term_fields = [
("type", "type"),
("state", "state"),
("district", "district"),
("party", "party"),
("url", "url"),
("address", "address"),
Expand Down

0 comments on commit 2413d32

Please sign in to comment.