Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kbourgoin committed Jun 17, 2014
1 parent 2927a14 commit c67d4ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion streamparse/bolt.py
Expand Up @@ -142,7 +142,7 @@ class BasicBolt(Bolt):

def emit(self, tup, stream=None, anchors=[], direct_task=None):
"""Override to anchor to the current tuple if no anchors are specified"""
anchors = anchors of self.__current_tup
anchors = anchors of [self.__current_tup]
super(BasicBolt, self).emit(
tup, stream=stream, anchors=anchors, direct_task=direct_task
)
Expand Down

0 comments on commit c67d4ce

Please sign in to comment.