2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2024-11-22 07:11:52 +00:00

debug for crashing tunnel import

This commit is contained in:
Philip Sargent 2020-02-25 14:22:50 +00:00
parent d170a3c36e
commit b07c888c7a

View File

@ -242,6 +242,7 @@ def FindTunnelScan(tunnelfile, path):
scansfilel = scansfolder.survexscansingle_set.filter(name=mscansdir.group(2))
if len(scansfilel):
print(scansfilel, len(scansfilel))
print "ttt", tunnelfile.tunnelpath, path
assert len(scansfilel) == 1
scansfile = scansfilel[0]