Re-adding processing of results inline with queuing tasks for linear

pull/17499/head
James Cammarata 9 years ago
parent 1684c2da5d
commit 6b206f5d00

@ -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…
Cancel
Save