Make the heading line as long as the others

This commit is contained in:
Raoul Snyman 2017-11-10 08:57:35 -07:00
parent c962493b37
commit ac61fb5a4f
1 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,7 @@ class JenkinsTrigger(object):
Print the status information of the build triggered.
"""
print('Add this to your merge proposal:')
print('--------------------------------')
print('-' * 80)
bzr = Popen(('bzr', 'revno'), stdout=PIPE, stderr=PIPE)
raw_output, error = bzr.communicate()
revno = raw_output.decode().strip()