2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2025-01-19 09:22:32 +00:00

Add a little verbosity

This commit is contained in:
Sam Wenham 2015-01-19 22:41:48 +00:00
parent 3010961383
commit 1186662960

View File

@ -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()