From 9637e078c8ea9e946c0931ac1c50d283981f001e Mon Sep 17 00:00:00 2001 From: Chmouel Boudjnah Date: Thu, 14 Dec 2023 14:25:29 +0100 Subject: [PATCH] misc spaces --- kss | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/kss b/kss index 27ad2d1..617eebd 100755 --- a/kss +++ b/kss @@ -85,7 +85,8 @@ def overcnt(jeez, kctl, pod, args): if args.showlog: if errmsg: print() - print(colourText("Crash message for %s:" % (cname), "cyan")) + print(colourText(" Crash message for %s:" % (cname), "cyan")) + print(colourText(("-" * 80), "magenta")) print(errmsg) print(colourText(("-" * 80), "magenta")) print() @@ -93,7 +94,8 @@ def overcnt(jeez, kctl, pod, args): outputlog = show_log(kctl, args, container["name"], pod) if outputlog: print() - print(colourText("Logs for %s:" % (cname), "cyan")) + print(colourText(" Logs for %s:" % (cname), "cyan")) + print(colourText(("-" * 80), "magenta")) print(outputlog) print(colourText(("-" * 80), "magenta")) print()