Skip to content
Snippets Groups Projects
Commit 2849e4f5 authored by Michael Baudis's avatar Michael Baudis
Browse files

code formatting, note

parent 718da52f
Branches
No related tags found
No related merge requests found
......@@ -243,6 +243,7 @@ def cli(input_db, input_collection, output_db, output_collection_individuals, ou
else:
# Processing specific attributes
# TODO: fixing country names should be in an external cleanup script
country = string.capwords(get_attribute('COUNTRY', sample))
country = re.sub('USA', 'United States', country, flags=re.IGNORECASE)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment