This commit is contained in:
Aaron Marquez 2018-02-15 12:51:49 -08:00
parent 7ba4111554
commit 3765d84d57

View File

@ -720,5 +720,5 @@ class DisabledPipes(list):
def _pipe(func, docs):
for doc in docs:
func(doc)
doc = func(doc)
yield doc