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.

Ross