From a4f676fd320ab8bc22ac3233018b88dfa3238855 Mon Sep 17 00:00:00 2001 From: Philip Sargent Date: Sat, 2 Sep 2023 19:23:22 +0300 Subject: bugfixing --- parsers/logbooks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'parsers/logbooks.py') 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}'...") -- cgit v1.2.3