mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2025-12-14 05:55:06 +00:00
survex legs bug fix
This commit is contained in:
@@ -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))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user