marked spot that should send per item reulsts

This commit is contained in:
Brian Coca 2015-11-22 14:44:08 -08:00
parent 8f00d1c698
commit 478c6c756a

View file

@ -244,6 +244,7 @@ class TaskExecutor:
# now update the result with the item info, and append the result
# to the list of results
res['item'] = item
#TODO: send item results to callback here, instead of all at the end
results.append(res)
return results