mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2026-04-01 11:41:57 +01:00
clean up small errors and debugging
This commit is contained in:
@@ -189,10 +189,10 @@ def parse_name_list(w):
|
||||
peeps.add(crew[n.lower()].person)
|
||||
else:
|
||||
if n.startswith("*"): #ignore people flagged as guests or not-expo anyway, such as ARGE
|
||||
pass
|
||||
continue
|
||||
nobod = n.lower()
|
||||
if nobod == "unknown" or nobod == "nobody" or nobod == " " or nobod == "":
|
||||
pass
|
||||
continue
|
||||
else:
|
||||
wurl = f"/walletedit/{w.walletname.replace('#',':')}"
|
||||
message = f"{w} name '{n.lower()}' NOT found in GetPersonExpeditionNameLookup({w.year()}) ?!"
|
||||
|
||||
Reference in New Issue
Block a user