diff options
author | Philip Sargent <philip.sargent@gmail.com> | 2023-09-02 19:23:22 +0300 |
---|---|---|
committer | Philip Sargent <philip.sargent@gmail.com> | 2023-09-02 19:23:22 +0300 |
commit | a4f676fd320ab8bc22ac3233018b88dfa3238855 (patch) | |
tree | e247dedc40362954b054625046c3a12311ec4147 /parsers/logbooks.py | |
parent | 1a8bc17f806d88b06aeabc28c11a6da199216fe2 (diff) | |
download | troggle-a4f676fd320ab8bc22ac3233018b88dfa3238855.tar.gz troggle-a4f676fd320ab8bc22ac3233018b88dfa3238855.tar.bz2 troggle-a4f676fd320ab8bc22ac3233018b88dfa3238855.zip |
bugfixing
Diffstat (limited to 'parsers/logbooks.py')
-rw-r--r-- | parsers/logbooks.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/parsers/logbooks.py b/parsers/logbooks.py index ad92931..e6ba079 100644 --- a/parsers/logbooks.py +++ b/parsers/logbooks.py @@ -178,7 +178,7 @@ def GetTripPersons(trippeople, expedition, logtime_underground, tid=None): if not author: if not res: - return "", 0 + return "", 0, "" author = res[-1][0] # the previous valid person and a time of 0 hours # print(f" - {tid} [{author.person}] '{res[0][0].person}'...") |