mirror of
https://gitlab.com/ita1024/waf.git
synced 2024-11-25 19:30:04 +01:00
Fix update->extend mismatch in Runner.py - work in progress #1982
This commit is contained in:
parent
f75de87cf4
commit
1d4ce07dea
@ -237,7 +237,7 @@ class Parallel(object):
|
||||
for k in ready:
|
||||
# TODO could be better, but we will have 1 task in general?
|
||||
self.insert_with_prio(k)
|
||||
self.incomplete.update(waiting)
|
||||
self.incomplete.extend(waiting)
|
||||
self.total += len(tsk.more_tasks)
|
||||
|
||||
def mark_finished(self, tsk):
|
||||
|
Loading…
Reference in New Issue
Block a user