Home | History | Annotate | Download | only in afe

Lines Matching refs:child_ids

1908         child_ids = [hqe.id for hqe in children]
1909 HostQueueEntry.objects.filter(id__in=child_ids).update(aborted=True)