diff --git a/parsers/logbooks.py b/parsers/logbooks.py index 4180345..cf0ad96 100644 --- a/parsers/logbooks.py +++ b/parsers/logbooks.py @@ -112,7 +112,8 @@ def ParseDate(tripdate, year): yadd = int(year[:2]) * 100 day, month, year = int(mdategoof.group(1)), int(mdategoof.group(2)), int(mdategoof.group(4)) + yadd else: - assert False, tripdate + continue + #assert False, tripdate return datetime.date(year, month, day) # 2007, 2008, 2006