Decided I liked the asterisks
This commit is contained in:
parent
bc0be456da
commit
00252353b9
1 changed files with 6 additions and 6 deletions
|
@ -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…
Reference in a new issue