Fix typo in status format.

Change-Id: I4e8d5ca2a91595ba1ae3aaba4e64dd1b75665027
Reviewed-on: https://review.openstack.org/10972
Reviewed-by: Clark Boylan <clark.boylan@gmail.com>
Approved: James E. Blair <corvus@inaugust.com>
Reviewed-by: James E. Blair <corvus@inaugust.com>
Tested-by: James E. Blair <corvus@inaugust.com>
This commit is contained in:
James E. Blair 2012-08-07 09:10:58 -07:00 committed by James E. Blair
parent d09c17a3ed
commit dce85c615a
1 changed files with 1 additions and 1 deletions

View File

@ -358,7 +358,7 @@ class Scheduler(threading.Thread):
s = 'Pipeline: %s' % pipeline.name
ret += s + '\n'
ret += '-' * len(s) + '\n'
ret += pipeline.formatStatusHTML()
ret += pipeline.manager.formatStatusHTML()
ret += '\n'
ret += '</pre></html>'
return ret