2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2025-12-16 06:57:12 +00:00

Identified survey length discrepencies

This commit is contained in:
2023-03-12 01:09:17 +00:00
parent b88b142332
commit 35e9eb558d
6 changed files with 18 additions and 9 deletions

View File

@@ -353,7 +353,7 @@ def svx(request, survex_file):
svxlength = 0.0
for b in svxblocksall:
svxlength += b.legslength
print(svxlength,b)
print(svxlength,b, b.legsall)
except AttributeError: # some survexfiles just *include files and have no blocks themselves
svxblocksall = []
else: