mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2025-01-31 15:32:35 +00:00
Ooops that wasn't right
This commit is contained in:
parent
4965678443
commit
cf413dd03c
@ -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