Skip to content

Commit

Permalink
misc spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
chmouel committed Dec 14, 2023
1 parent d6edfc5 commit 9637e07
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions kss
Original file line number Diff line number Diff line change
Expand Up @@ -85,15 +85,17 @@ 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()
else:
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()
Expand Down

0 comments on commit 9637e07

Please sign in to comment.