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