mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2025-04-03 09:21:48 +01: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))
|
scansfilel = scansfolder.survexscansingle_set.filter(name=mscansdir.group(2))
|
||||||
if len(scansfilel):
|
if len(scansfilel):
|
||||||
print(scansfilel, len(scansfilel))
|
print(scansfilel, len(scansfilel))
|
||||||
|
print "ttt", tunnelfile.tunnelpath, path
|
||||||
assert len(scansfilel) == 1
|
assert len(scansfilel) == 1
|
||||||
scansfile = scansfilel[0]
|
scansfile = scansfilel[0]
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user