2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2025-12-15 07:47:13 +00:00

more fixes

This commit is contained in:
Philip Sargent
2022-10-10 01:08:37 +03:00
parent 8c8b6966a7
commit 52a035e4cf
3 changed files with 3 additions and 2 deletions

View File

@@ -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