kopia lustrzana https://github.com/OpenDroneMap/WebODM
Update task size on EPT build
rodzic
a40be6afcd
commit
76d07978ac
|
|
@ -26,6 +26,7 @@ class Command(BaseCommand):
|
|||
count = 0
|
||||
for t in tasks:
|
||||
if t.check_ept(threads=options.get('threads')):
|
||||
t.update_size(commit=True)
|
||||
print(str(t))
|
||||
count += 1
|
||||
|
||||
|
|
|
|||
Ładowanie…
Reference in New Issue