Skip to content
Snippets Groups Projects
Commit cca94061 authored by Jeff Larson's avatar Jeff Larson
Browse files

Merge pull request #2 from vatlidak/master

Do not replicate two_year_recid field
parents 407cb07f bdec1898
No related branches found
No related tags found
No related merge requests found
......@@ -177,6 +177,7 @@ def is_race(race):
def write_two_year_file(f, pop, test, headers):
headers = list(headers)
headers.append('two_year_recid')
with open(f, 'w') as o:
writer = DictWriter(o, fieldnames=headers)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment