From 8e9368014695bebef38ffd0f575d8079b6c4eab4 Mon Sep 17 00:00:00 2001 From: Philip Sargent Date: Sat, 13 Aug 2022 23:57:57 +0300 Subject: personrole is not just about roles --- parsers/survex.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'parsers/survex.py') diff --git a/parsers/survex.py b/parsers/survex.py index 39d42dc..d5ed15f 100644 --- a/parsers/survex.py +++ b/parsers/survex.py @@ -216,6 +216,8 @@ class LoadingSurvex(): 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. GetPersonExpeditionNameLookup() needs to be fixed. + + personrole is used to record that a person was on a trip, NOT the role they played. """ teammembers = [ ] mteammember = self.rx_teammem.match(line) -- cgit v1.2.3