]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
fetch2/npm: add missing URL argument to ParameterError
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Wed, 9 Mar 2016 04:22:14 +0000 (17:22 +1300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 9 Mar 2016 22:37:27 +0000 (22:37 +0000)
commit2fe1826d3077eeda6cde433d3a1e6620f74e08dd
tree1addd47298ae6b03c41befbb965c15a40df01777
parent436d67fe7af89ecfbd11749a6ae1bc20e81f2cc8
fetch2/npm: add missing URL argument to ParameterError

Without this you get a rather odd traceback instead of the proper
exception message.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
lib/bb/fetch2/npm.py