]> code.ossystems Code Review - openembedded-core.git/commit
devtool: upgrade: reformat --no-patch warning message
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Mon, 30 Oct 2017 22:30:49 +0000 (11:30 +1300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 10 Nov 2017 14:44:31 +0000 (14:44 +0000)
commit2d11e9e6e73648c1cb514c0c10111c7886acae78
tree95b85c52ec1dd96989a9bbbc96ab5cc46f528aee
parentd29881a652bf03627d257a1eac5f02ec17315b8b
devtool: upgrade: reformat --no-patch warning message

* Only log one warning message instead of one per line
* Be a bit more verbose
* "if list" is more pythonic than "if len(list)"

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
scripts/lib/devtool/upgrade.py