mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2025-12-17 15:27:13 +00:00
hannah ug special case
This commit is contained in:
@@ -441,6 +441,8 @@ def GetPersonExpeditionNameLookup(expedition):
|
||||
possnames.append("El Stobbarto")
|
||||
if f"{f} {l}" == "Rob Watson".lower():
|
||||
possnames.append("nobrotson")
|
||||
if f"{f} {l}" == "hannah urquhart".lower():
|
||||
possnames.append("hannah ug")
|
||||
|
||||
for i in [3, 4, 5, 6]:
|
||||
lim = min(i, len(f) + 1) # short form, e.g. Dan for Daniel.
|
||||
|
||||
Reference in New Issue
Block a user