2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2025-12-13 20:17:05 +00:00

*units in feet and metres, subcaves

This commit is contained in:
Philip Sargent
2020-07-07 01:35:58 +01:00
parent ff3cdb10dc
commit efc43b0863
5 changed files with 85 additions and 44 deletions

View File

@@ -137,7 +137,7 @@ def ParseDate(tripdate, year):
day, month, year = int(mdategoof.group(1)), int(mdategoof.group(2)), int(mdategoof.group(4)) + yadd
else:
assert False, tripdate
message" ! - Bad date in logbook: " + tripdate + " - " + year
message = " ! - Bad date in logbook: " + tripdate + " - " + year
DataIssue.objects.create(parser='logbooks', message=message)
logdataissues[tid+"author"]=message