Fix typo
This commit is contained in:
parent
4ae9276aca
commit
59bbd16fca
1 changed files with 1 additions and 1 deletions
|
@ -273,7 +273,7 @@ def html_message_formatter(mode, name, build, results, master_status):
|
|||
if log.getName() == 'stdio':
|
||||
break
|
||||
|
||||
name = "%s.%s" % (step).getName(), log.getName())
|
||||
name = "%s.%s" % (step.getName(), log.getName())
|
||||
status, dummy = log.getStep().getResults()
|
||||
content = log.getText().splitlines() # Note: can be VERY LARGE
|
||||
url = u'%s/steps/%s/logs/%s' % (master_status.getURLForThing(build),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue