fix: cal_real_task_count 在子任务数量上错误
This commit is contained in:
parent
0e96485fae
commit
2e9f858205
|
@ -27,7 +27,7 @@ class PmService:
|
|||
break
|
||||
div_number0 = 1
|
||||
rate, div_number, mtype, rq = rate_list[indx+1]
|
||||
if rq.parent is None:
|
||||
if rq.parent is not None:
|
||||
xcount = 0
|
||||
else:
|
||||
if mtype == Process.PRO_DIV:
|
||||
|
|
Loading…
Reference in New Issue