summaryrefslogtreecommitdiffstats
path: root/parsers
diff options
context:
space:
mode:
authorSam Wenham <sam@wenhams.co.uk>2015-01-26 21:13:47 +0000
committerSam Wenham <sam@wenhams.co.uk>2015-01-26 21:13:47 +0000
commitcf413dd03cafa5655254cfef0e61ff41e482dd03 (patch)
tree3c1f877a6e5d819abab8865cfb8e21cc4d74075d /parsers
parent49656784438c4c0b7766d09bc502d5abbdb557b4 (diff)
downloadtroggle-cf413dd03cafa5655254cfef0e61ff41e482dd03.tar.gz
troggle-cf413dd03cafa5655254cfef0e61ff41e482dd03.tar.bz2
troggle-cf413dd03cafa5655254cfef0e61ff41e482dd03.zip
Ooops that wasn't right
Diffstat (limited to 'parsers')
-rw-r--r--parsers/logbooks.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/parsers/logbooks.py b/parsers/logbooks.py
index cf0ad96..c4e05e6 100644
--- a/parsers/logbooks.py
+++ b/parsers/logbooks.py
@@ -112,7 +112,6 @@ 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:
- continue
#assert False, tripdate
return datetime.date(year, month, day)