summaryrefslogtreecommitdiffstats
path: root/parsers/surveys.py
diff options
context:
space:
mode:
Diffstat (limited to 'parsers/surveys.py')
-rw-r--r--parsers/surveys.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/parsers/surveys.py b/parsers/surveys.py
index fc5b865..0ce86a0 100644
--- a/parsers/surveys.py
+++ b/parsers/surveys.py
@@ -189,6 +189,9 @@ def LoadListScansFile(survexscansfolder):
# this iterates through the scans directories (either here or on the remote server)
# and builds up the models we can access later
def LoadListScans():
+
+ print '\tLoading Survey Scans...'
+
SurvexScanSingle.objects.all().delete()
SurvexScansFolder.objects.all().delete()