Gentoo Archives: gentoo-portage-dev

From: Matt Turner <mattst88@g.o>
To: Zac Medico <zmedico@g.o>
Cc: gentoo-portage-dev@l.g.o
Subject: Re: [gentoo-portage-dev] [PATCH gentoolkit 2/2] imlate: Dynamically calculate column width in report
Date: Thu, 02 Jan 2020 21:31:19
Message-Id: CAEdQ38FxA9zqckMb77aY+SU9nMhKHyB_NvgpiPxjLxEYoyujvw@mail.gmail.com
In Reply to: Re: [gentoo-portage-dev] [PATCH gentoolkit 2/2] imlate: Dynamically calculate column width in report by Zac Medico
1 On Thu, Jan 2, 2020 at 12:41 PM Zac Medico <zmedico@g.o> wrote:
2 >
3 > On 1/2/20 10:58 AM, Matt Turner wrote:
4 > > Also print categories on the line with the package name for much simpler
5 > > consumption by external tools.
6 > >
7 > > Signed-off-by: Matt Turner <mattst88@g.o>
8 > > ---
9 > > pym/gentoolkit/imlate/imlate.py | 20 +++++++++++++-------
10 > > 1 file changed, 13 insertions(+), 7 deletions(-)
11 >
12 > Looks good, but you can omit the .keys() calls since direct iteration
13 > over a dictionary yields the keys.
14
15 Thank you. Fixed locally.