Skip to content

Commit 3bdc37f

Browse files
committed
Missing file
/cc thanks @roll
1 parent 465ee03 commit 3bdc37f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

dataflows/processors/finalizer.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
def finalizer(callback):
2+
def func(package):
3+
yield package.pkg
4+
yield from package
5+
callback()
6+
return func

0 commit comments

Comments
 (0)