diff options
author | Sam Wenham <sam@wenhams.co.uk> | 2015-01-19 22:41:48 +0000 |
---|---|---|
committer | Sam Wenham <sam@wenhams.co.uk> | 2015-01-19 22:41:48 +0000 |
commit | 0ab32ef60a26c096f19cf6236b1fca64216f7316 (patch) | |
tree | 38a6af8a5f3936e74766f88141f5dab23e6acf46 /parsers | |
parent | 9961c31e735f8a7568c6cde8e3644cb9e3c768e5 (diff) | |
download | troggle-0ab32ef60a26c096f19cf6236b1fca64216f7316.tar.gz troggle-0ab32ef60a26c096f19cf6236b1fca64216f7316.tar.bz2 troggle-0ab32ef60a26c096f19cf6236b1fca64216f7316.zip |
Add a little verbosity
Diffstat (limited to 'parsers')
-rw-r--r-- | parsers/surveys.py | 3 |
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() |