tools-python icon indicating copy to clipboard operation
tools-python copied to clipboard

Parsing the .tag file gives error

Open techytushar opened this issue 7 years ago • 1 comments

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. screenshot from 2018-03-06 18-07-05

techytushar avatar Mar 06 '18 12:03 techytushar

Thanks for the report and PR

pombredanne avatar Mar 22 '18 21:03 pombredanne

@nicoweidner This issue can be closed.

meretp avatar Oct 13 '22 14:10 meretp