diff options
author | Philip Sargent <philip.sargent@klebos.com> | 2022-08-13 23:57:57 +0300 |
---|---|---|
committer | Philip Sargent <philip.sargent@klebos.com> | 2022-08-13 23:57:57 +0300 |
commit | 8e9368014695bebef38ffd0f575d8079b6c4eab4 (patch) | |
tree | f7b8e96a5a719874b78bef79da5f2bef5a1e776d /parsers/survex.py | |
parent | 8fa25c815a7283bb8959e571c3eef8c3b4fd8681 (diff) | |
download | troggle-8e9368014695bebef38ffd0f575d8079b6c4eab4.tar.gz troggle-8e9368014695bebef38ffd0f575d8079b6c4eab4.tar.bz2 troggle-8e9368014695bebef38ffd0f575d8079b6c4eab4.zip |
personrole is not just about roles
Diffstat (limited to 'parsers/survex.py')
-rw-r--r-- | parsers/survex.py | 2 |
1 files changed, 2 insertions, 0 deletions
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) |