From: "Burton, Ross" <ross.burton@intel.com>
Date: Wednesday 14 September 2016 at 19:38
To: Markus Lehtonen <markus.lehtonen@linux.intel.com>
Cc: OE-core <openembedded-core@lists.openembedded.org>
Subject: Re: [OE-core] [PATCH] scripts: introduce buildstats-diff


On 14 September 2016 at 12:24, Markus Lehtonen <markus.lehtonen@linux.intel.com> 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