forked from expo/troggle
Add a little verbosity
This commit is contained in:
parent
9961c31e73
commit
0ab32ef60a
@ -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()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user