Fix free strategy, which was incorrectly using _wait_on_pending_results

Broken in 210cf06d
pull/15340/head
James Cammarata 9 years ago
parent eac4cf1177
commit e5c4f88b71

@ -148,7 +148,7 @@ class StrategyModule(StrategyBase):
if last_host == starting_host:
break
results = self._wait_on_pending_results(iterator)
results = self._process_pending_results(iterator)
host_results.extend(results)
try:

Loading…
Cancel
Save