mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2025-12-15 07:47:13 +00:00
Digging out failed name recognition
This commit is contained in:
@@ -312,6 +312,8 @@ def GetPersonExpeditionNameLookup(expedition):
|
||||
|
||||
if f == "Michael".lower():
|
||||
possnames += apply_variations("Mike", l)
|
||||
if f == "Mike".lower():
|
||||
possnames += apply_variations("Michael", l)
|
||||
|
||||
if f == "David".lower():
|
||||
possnames += apply_variations("Dave", l)
|
||||
|
||||
Reference in New Issue
Block a user