2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2025-01-19 17:32:31 +00:00

stop being so verbose

This commit is contained in:
Philip Sargent 2021-04-14 00:12:27 +01:00
parent ba0f573618
commit 4a13232467

View File

@ -172,7 +172,7 @@ def Parselogwikitxt(year, expedition, txt):
else: else:
tripsplace = tripsplace[1] tripsplace = tripsplace[1]
print(f"! LOGBOOK {year} {logbook_entry_count:2} {len(triptext):4} '{tripsplace}'") #print(f"! LOGBOOK {year} {logbook_entry_count:2} {len(triptext):4} '{tripsplace}'")
tul = re.findall(r"T/?U:?\s*(\d+(?:\.\d*)?|unknown)\s*(hrs|hours)?", triptext) tul = re.findall(r"T/?U:?\s*(\d+(?:\.\d*)?|unknown)\s*(hrs|hours)?", triptext)
if tul: if tul: