From b07c888c7a0ce6f680d98702a80642881bd06c00 Mon Sep 17 00:00:00 2001
From: Philip Sargent <philip.sargent@klebos.com>
Date: Tue, 25 Feb 2020 14:22:50 +0000
Subject: [PATCH] debug for crashing tunnel import

---
 parsers/surveys.py | 1 +
 1 file changed, 1 insertion(+)

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]