summaryrefslogtreecommitdiffstats
path: root/parsers/people.py
diff options
context:
space:
mode:
authorPhilip Sargent <philip.sargent@klebos.com>2022-10-10 01:08:37 +0300
committerPhilip Sargent <philip.sargent@klebos.com>2022-10-10 01:08:37 +0300
commit52a035e4cf53d16f1b0dc60d7232fb403208ce63 (patch)
tree477ce59d04d8c1fd542a2c17646508756b7a2d4d /parsers/people.py
parent8c8b6966a7d1e7ee1be5b2e4d8dfefcc3bf32410 (diff)
downloadtroggle-52a035e4cf53d16f1b0dc60d7232fb403208ce63.tar.gz
troggle-52a035e4cf53d16f1b0dc60d7232fb403208ce63.tar.bz2
troggle-52a035e4cf53d16f1b0dc60d7232fb403208ce63.zip
more fixes
Diffstat (limited to 'parsers/people.py')
-rw-r--r--parsers/people.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/parsers/people.py b/parsers/people.py
index b61ba0a..6a4456b 100644
--- a/parsers/people.py
+++ b/parsers/people.py
@@ -151,6 +151,7 @@ def GetPersonExpeditionNameLookup(expedition):
variations.append(f + " " + l)
variations.append(f + " " + l[0])
variations.append(f + l[0])
+ variations.append(f + l[0] + '.')
variations.append(f[0] + " " + l)
variations.append(f[0] + l)
variations.append(f[0] + l[0]) # initials e.g. gb or bl