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:
parent
d170a3c36e
commit
b07c888c7a
@ -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]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user