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

error fix

parent f5577f94
Branches
No related tags found
No related merge requests found
......@@ -251,12 +251,12 @@ def cli(input_db, input_collection, output_db, output_collection_individuals, ou
geoLabel = ''
geoPrecision = ''
if cityMatchObj
if cityMatchObj:
geoLabel = city
geoPrecision = 'city'
if countryMatchObj
if countryMatchObj:
geoLabel = geoLabel+', '+country
elif countryMatchObj
elif countryMatchObj:
geoLabel = country
geoPrecision = 'country'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment