Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hborkhuis committed May 8, 2012
1 parent a57ea46 commit ef6cd96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion master/buildbot/status/web/builder.py
Expand Up @@ -505,7 +505,7 @@ def keep_count(statuses, builderName):
b = builds[0]
bld['build_url'] = (bld['link'] + "/builds/%d" % b.getNumber())
label = None
all_got_revisions = build.getAllGotRevisions() or {}
all_got_revisions = b.getAllGotRevisions() or {}
# If len = 1 then try if revision can be used as label.
if len(all_got_revisions) == 1:
label = all_got_revisions[all_got_revisions.keys()[0]]
Expand Down

0 comments on commit ef6cd96

Please sign in to comment.