Re-adding processing of results inline with queuing tasks for linear
This commit is contained in:
parent
1684c2da5d
commit
6b206f5d00
1 changed files with 1 additions and 1 deletions
|
@ -269,7 +269,7 @@ class StrategyModule(StrategyBase):
|
||||||
# FIXME: probably not required here any more with the result proc
|
# FIXME: probably not required here any more with the result proc
|
||||||
# having been removed, so there's no only a single result
|
# having been removed, so there's no only a single result
|
||||||
# queue for the main thread
|
# queue for the main thread
|
||||||
#results += self._process_pending_results(iterator, one_pass=True)
|
results += self._process_pending_results(iterator, one_pass=True)
|
||||||
|
|
||||||
self._tqm.queue_multiple_tasks(items_to_queue, play_context)
|
self._tqm.queue_multiple_tasks(items_to_queue, play_context)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue