From: "Burton, Ross" <[email protected]> Date: Wednesday 14 September 2016 at 19:38 To: Markus Lehtonen <[email protected]> Cc: OE-core <[email protected]> Subject: Re: [OE-core] [PATCH] scripts: introduce buildstats-diff
On 14 September 2016 at 12:24, Markus Lehtonen <[email protected]> wrote: > + if not tasks1: > + pkg_op = '++' > + elif not tasks2: > + pkg_op = '--' BTW, I've been reading buildstats-diff output all day and find the lack of whitespace between the operator and the package name makes the output harder to read, so I've patched it locally to be just '+ ' or '- ' for clarity. Sounds fine to me. I don't object your modification. - Markus
-- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
