forked from openlp/openlp
Make the heading line as long as the others
This commit is contained in:
parent
c962493b37
commit
ac61fb5a4f
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user