summaryrefslogtreecommitdiffstats
path: root/parsers/surveys.py
diff options
context:
space:
mode:
authorPhilip Sargent <philip.sargent@klebos.com>2020-02-25 14:22:50 +0000
committerPhilip Sargent <philip.sargent@klebos.com>2020-02-25 14:22:50 +0000
commitb07c888c7a0ce6f680d98702a80642881bd06c00 (patch)
tree758b1c619fe252452283aa798a1085067adbe3df /parsers/surveys.py
parentd170a3c36e7056e2d969d92793b45bb664b408ba (diff)
downloadtroggle-b07c888c7a0ce6f680d98702a80642881bd06c00.tar.gz
troggle-b07c888c7a0ce6f680d98702a80642881bd06c00.tar.bz2
troggle-b07c888c7a0ce6f680d98702a80642881bd06c00.zip
debug for crashing tunnel import
Diffstat (limited to 'parsers/surveys.py')
-rw-r--r--parsers/surveys.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/parsers/surveys.py b/parsers/surveys.py
index efab536..d88aab3 100644
--- a/parsers/surveys.py
+++ b/parsers/surveys.py
@@ -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]