Skip to content

Commit

Permalink
us capital fix
Browse files Browse the repository at this point in the history
  • Loading branch information
iamlemec committed May 2, 2019
1 parent 27dea5b commit b663128
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parse_grant.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ def parse_grant_gen1(fname):
elif tag == 'STA':
if sec == 'ASSG':
pat['state'] = buf
pat['country'] = 'US'
pat['country'] = 'us'
elif tag == 'CNT':
if sec == 'ASSG':
pat['country'] = buf[:2]
Expand Down

0 comments on commit b663128

Please sign in to comment.