]> code.ossystems Code Review - openembedded-core.git/commit
scripts: fix file writing in convert-spdx-licenses
authorScott Murray <scott.murray@konsulko.com>
Tue, 22 Feb 2022 14:45:34 +0000 (09:45 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 22 Feb 2022 15:24:48 +0000 (15:24 +0000)
commit46135c87345c7189053dafbed92c754f9f328c32
treed381e15e743e2b8105244b801aa84bf1d6206d08
parent31be8f47502681d5621af032bca216c22f78fb84
scripts: fix file writing in convert-spdx-licenses

The convert-spdx-licenses.py script needs the same file closing
fix as was made to convert-variable-renames to ensure modified
file contents get flushed out.

Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/contrib/convert-spdx-licenses.py