forked from expo/troggle
bug fixes and coping with a list of cave ids in JSON
This commit is contained in:
@@ -230,6 +230,7 @@ class LoadingSurvex():
|
||||
if mteammember:
|
||||
for tm in self.rx_person.split(mteammember.group(2)):
|
||||
if tm:
|
||||
tm = tm.strip('\"\'')
|
||||
personexpedition = survexblock.expedition and GetPersonExpeditionNameLookup(survexblock.expedition).get(tm.lower())
|
||||
if (personexpedition, tm) not in teammembers:
|
||||
teammembers.append((personexpedition, tm))
|
||||
|
||||
Reference in New Issue
Block a user