2
0
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:
2023-10-04 23:34:36 +03:00
parent 6950fc1d1d
commit eae919e5b2
2 changed files with 4 additions and 2 deletions

View File

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