]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
spdx30_tasks.py: fix typo in call of is_file method
authorDaniil Batalov <daniil.batalov.123@gmail.com>
Thu, 12 Sep 2024 10:03:09 +0000 (17:03 +0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 13 Sep 2024 06:15:17 +0000 (07:15 +0100)
commit356c52a45db139bf1fdfcf5b6e0903ece7d1dd46
tree84912121061709ec265f2040709326feffa29037
parent12fadefe11ed9f09171087608c3c4b83c7302b3f
spdx30_tasks.py: fix typo in call of is_file method

Method is_file() was wrongly called as isfile()

Signed-off-by: Daniil Batalov <dbatalov@deltard.ru>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oe/spdx30_tasks.py