forked from expo/troggle
Progress dots on importing data
This commit is contained in:
@@ -147,7 +147,7 @@ def LoadListScansFile(survexscansfolder):
|
||||
survexscansingle.save()
|
||||
c+=1
|
||||
if c>=10:
|
||||
print(".", end=' ')
|
||||
print(".", end='')
|
||||
c = 0
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user