Update task size on EPT build

pull/1763/head
Piero Toffanin 2025-10-06 20:11:10 -04:00
rodzic a40be6afcd
commit 76d07978ac
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

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