Skip to content

Commit

Permalink
chore: flake8 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
terriko committed Oct 26, 2023
1 parent ccf73b8 commit c7f33b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cve_bin_tool/output_engine/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -847,7 +847,7 @@ def generate_sbom(
sbom_relationship = SBOMRelationship()
# Create root package
my_package.initialise()
root_package = f'CVEBINTOOL-{Path(sbom_root).name.replace(".","-")}'
root_package = f'CVEBINTOOL-{Path(sbom_root).name.replace(".", "-")}'
parent = f"SBOM_{root_package}"
my_package.set_name(root_package)
my_package.set_type("application")
Expand Down

0 comments on commit c7f33b3

Please sign in to comment.