survex legs bug fix

This commit is contained in:
Philip Sargent
2022-03-23 20:05:38 +00:00
parent 70efb10ece
commit 42b615d16b
2 changed files with 6 additions and 6 deletions

View File

@@ -708,7 +708,7 @@ def LoadLogbooks():
expd[year] += 1
yt=0
for y in expd:
print("{} {}".format(y, expd[y]), nlbe[y])
# print("{} {}".format(y, expd[y]), nlbe[y])
yt += expd[y]
print("total {} log entries in all expeditions".format(yt))