forked from expo/troggle
Add a little verbosity
This commit is contained in:
parent
3010961383
commit
1186662960
@ -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…
x
Reference in New Issue
Block a user