tools-python
tools-python copied to clipboard
Parsing the .tag file gives error
When parsing the sample.tag file using python parse_tv.py sample.tag, it throws an error TypeError: expected string or buffer. The sample.tag is generated after running python write_tv.py sample.tag. IMHO this happens because when write_tv.py is executed it creates a key value pair PackageCopyrightText: NOASSERTION, here type of NOASSERTION is <class 'spdx.utils.NoAssert'> which is not supported.
Whole error log can be found in the screenshot below.

Thanks for the report and PR
@nicoweidner This issue can be closed.