From 30d303cab296d45b211a2477a6e5992a8df8c19c Mon Sep 17 00:00:00 2001 From: Tomas Kopecek Date: May 21 2019 14:04:59 +0000 Subject: fix alignment --- diff --git a/cli/koji_cli/commands.py b/cli/koji_cli/commands.py index c89e1d0..6faa10a 100644 --- a/cli/koji_cli/commands.py +++ b/cli/koji_cli/commands.py @@ -2824,7 +2824,7 @@ def anon_handle_list_hosts(goptions, session, args): if options.show_channels: hdr += " Channels" print(hdr) - mask = "%%(name)-%ss %%(enabled)-3s %%(ready)-3s %%(task_load)4.1f/%%(capacity)-4.1f %%(arches)-16s %%(update)s" % longest_host + mask = "%%(name)-%ss %%(enabled)-3s %%(ready)-3s %%(task_load)4.1f/%%(capacity)-4.1f %%(arches)-16s %%(update)-19s" % longest_host if options.show_channels: mask += " %(channels)s" for host in hosts: