You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When scancode detects python package licenses it attaches the license
classifiers to the declared_license dictionary, if applicable. This is a
problem when Tern tries to report the package license by adding it to a
set of licenses in get_package_licenses(), as dictionary objects cannot
be added to sets.
This commit filters out the declared license string from declared
license dictionary containing the classifier values in order to fix
this issue.
Resolves#964
Signed-off-by: Rose Judge <[email protected]>
0 commit comments