We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef9b2df commit 3487a13Copy full SHA for 3487a13
src/license_expression/__init__.py
@@ -764,7 +764,7 @@ def build_spdx_licensing(license_index):
764
lics = [
765
{
766
'key': l.get('spdx_license_key', ''),
767
- 'aliases': l.get('other_spdx_license_keys', ''),
+ 'aliases': l.get('other_spdx_license_keys', []),
768
'is_exception': l.get('is_exception', ''),
769
} for l in license_index
770
if l.get('spdx_license_key')
0 commit comments