personrole is not just about roles

This commit is contained in:
Philip Sargent 2022-08-13 23:57:57 +03:00
parent 8fa25c815a
commit 8e93680146

View File

@ -216,6 +216,8 @@ class LoadingSurvex():
you will see than have the team members are recognised by this parser, but not recognised by the you will see than have the team members are recognised by this parser, but not recognised by the
wider troggle system (the name is not a hyperlink) - apparently randomly. wider troggle system (the name is not a hyperlink) - apparently randomly.
GetPersonExpeditionNameLookup() needs to be fixed. GetPersonExpeditionNameLookup() needs to be fixed.
personrole is used to record that a person was on a trip, NOT the role they played.
""" """
teammembers = [ ] teammembers = [ ]
mteammember = self.rx_teammem.match(line) mteammember = self.rx_teammem.match(line)