forked from expo/troggle
Ooops that wasn't right
This commit is contained in:
parent
a5e7fcf435
commit
187e537f46
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user