marked spot that should send per item reulsts
This commit is contained in:
parent
8f00d1c698
commit
478c6c756a
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue