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 f042bce commit e9ee712Copy full SHA for e9ee712
cyclonedx/output/xml.py
@@ -373,7 +373,8 @@ def _add_component_element(self, component: Component) -> ElementTree.Element:
373
374
return component_element
375
376
- def _add_licenses_to_element(self, licenses: "SortedSet[LicenseChoice]", parent_element: ElementTree.Element) -> bool:
+ def _add_licenses_to_element(self, licenses: "SortedSet[LicenseChoice]",
377
+ parent_element: ElementTree.Element) -> bool:
378
license_output = False
379
for license_ in licenses:
380
if license_.license:
0 commit comments