]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
python3: fix missing comma in get_module_deps3.py
authorRoss Burton <ross.burton@arm.com>
Wed, 5 Jul 2023 10:34:34 +0000 (11:34 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 10 Jul 2023 10:36:06 +0000 (11:36 +0100)
commit9b2e2c8d809e7ca34451ec9702b029a00dfb410b
tree260f13c6f67ba3f1344e97cfc224bcc6eb749eca
parent278503d1d335707f85ad79aea3a7a3af0c80a843
python3: fix missing comma in get_module_deps3.py

Wes Tarro <wes.tarro@azuresummit.com> noticed a missing comma in a
preplace() call, add it.

That said, calling replace() with one argument results in a TypeError,
so this is obviously dead code.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/python/python3/get_module_deps3.py