Skip to content

Commit 7e2fe4c

Browse files
authored
Update gear.py
1 parent 3ad926e commit 7e2fe4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/gear.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ def passAll(x):
5757

5858
# creating execution plane
5959
gearsCtx('StreamReader').\
60-
filter(shouldTakeFrame).\
6160
foreach(passAll).\
61+
filter(shouldTakeFrame).\
6262
map(addToGraphRunner).\
6363
filter(lambda x: 'cat' in x[0]).\
6464
foreach(addToStream).\

0 commit comments

Comments
 (0)