Decided I liked the asterisks

pull/2592/merge
Michael DeHaan 12 years ago
parent bc0be456da
commit 00252353b9

@ -146,7 +146,7 @@ def banner(msg):
width = 78 - len(msg)
if width < 3:
width = 3
filler = "-" * width
filler = "*" * width
return "\n%s %s " % (msg, filler)
def command_generic_msg(hostname, result, oneline, caption):

Loading…
Cancel
Save