Skip to content

Commit

Permalink
remove incorrect assertion
Browse files Browse the repository at this point in the history
Fixes #2028.
  • Loading branch information
djmitche committed Jul 2, 2011
1 parent 5468cc2 commit fea9229
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion master/buildbot/status/builder.py
Expand Up @@ -504,7 +504,6 @@ def buildStarted(self, s):
Steps, its ETA, etc), so it is safe to notify our watchers."""

assert s.builder is self # paranoia
assert s.number == self.nextBuildNumber - 1
assert s not in self.currentBuilds
self.currentBuilds.append(s)
self.touchBuildCache(s)
Expand Down

0 comments on commit fea9229

Please sign in to comment.