From b4296f1736a4ab464ef4bdc3662693b14a966443 Mon Sep 17 00:00:00 2001 From: Sam Wenham Date: Sat, 9 Mar 2019 18:21:10 +0000 Subject: Fix people list Cope with Jimmy McFoo as a name! Don't set the top expo value in the code whin it is piss easy to calculate Fix typo from last commit --- 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 22674c6..ffd8e21 100644 --- a/parsers/logbooks.py +++ b/parsers/logbooks.py @@ -304,7 +304,7 @@ def LoadLogbookForExpedition(expedition): parsefunc = settings.DEFAULT_LOGBOOK_PARSER except (IOError): logbook_parseable = False - print("Couldn't open default logbook file and nothing set for expo " + expo.year) + print("Couldn't open default logbook file and nothing set for expo " + expedition.year) if logbook_parseable: parser = globals()[parsefunc] -- cgit v1.2.3