Skip to content

Commit

Permalink
Update ntia_conformance_checker/sbom_checker.py
Browse files Browse the repository at this point in the history
sounds reasonable

Co-authored-by: John Speed Meyers <[email protected]>
  • Loading branch information
DanielOjalvo and jspeed-meyers authored Jun 10, 2024
1 parent adcce9d commit fd376ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ntia_conformance_checker/sbom_checker.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def check_dependency_relationships(self):
if rel.relationship_type == RelationshipType.DESCRIBES
]

#A set of all package spdx_ids for quick lookup
# A set of all package spdx_ids for quick lookup
spdx_id_set = set([package.spdx_id for package in self.doc.packages])

# Check if any of the "DESCRIBES" relationships describe a Package
Expand Down

0 comments on commit fd376ca

Please sign in to comment.