-
-
Notifications
You must be signed in to change notification settings - Fork 697
Open
Labels
Description
To reproduce:
from licensedcode.cache import build_spdx_license_expression
build_spdx_license_expression("broadcom-linking-unmodified")
Traceback (most recent call last):
File "<console>", line 1, in <module>
File "lib/python3.10/site-packages/licensedcode/cache.py", line 514, in build_spdx_license_expression
return parsed.render(template='{symbol.wrapped.spdx_license_key}')
File "lib/python3.10/site-packages/license_expression/__init__.py", line 1283, in render
return template.format(symbol=self)
AttributeError: 'LicenseSymbol' object has no attribute 'wrapped'
Reactions are currently unavailable