Skip to content

Commit

Permalink
Merge branch 'master' of git://github.com/tomprince/buildbot
Browse files Browse the repository at this point in the history
* 'master' of git://github.com/tomprince/buildbot:
  BuildStepStatus: Use None for default value for results.
  • Loading branch information
djmitche committed Apr 7, 2011
2 parents aaca7d2 + add1532 commit 7e00cef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion master/buildbot/status/builder.py
Expand Up @@ -832,7 +832,7 @@ class BuildStepStatus(styles.Versioned):
finished = None
progress = None
text = []
results = (None, [])
results = None
text2 = []
watchers = []
updates = {}
Expand Down

0 comments on commit 7e00cef

Please sign in to comment.