zephyr/scripts/west_commands/zspdx
Jordan Yates 06aae61019 scripts: zspdx: fix writing custom license IDs
The builtin list function `.sort()` sorts the list in-place and returns
None. As this is an invalid type for iteration, use the builtin `sorted`
function, which returns a sorted copy of the list, which we can iterate
over.

Signed-off-by: Jordan Yates <jordan.yates@data61.csiro.au>
2022-05-23 10:18:06 +02:00
..
__init__.py
cmakecache.py
cmakefileapi.py
cmakefileapijson.py everywhere: fix typos 2022-03-18 13:24:08 -04:00
datatypes.py
getincludes.py
licenses.py
sbom.py
scanner.py west: spdx: Exclude files not present after build 2022-03-24 14:54:20 +01:00
spdxids.py
util.py
walker.py west: spdx: Exclude files not present after build 2022-03-24 14:54:20 +01:00
writer.py scripts: zspdx: fix writing custom license IDs 2022-05-23 10:18:06 +02:00