Skip to content

Commit

Permalink
finish unfinished comment
Browse files Browse the repository at this point in the history
  • Loading branch information
djmitche committed Jan 6, 2014
1 parent 04dcd27 commit cf598c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions master/buildbot/process/logobserver.py
Expand Up @@ -115,8 +115,8 @@ def __init__(self, consumerFunction):

def feed(self, input):
# note that we defer starting the generator until the first bit of
# data, since the observer will be instantiated during configuration
# as well as during
# data, since the observer may be instantiated during configuration as
# well as for each execution of the step.
self.generator = self.consumerFunction()
self.generator.next()
# shortcut all remaining feed operations
Expand Down

0 comments on commit cf598c6

Please sign in to comment.