Skip to content

Commit c46f0be

Browse files
committed
Restored 'f' on logging.warning
1 parent f57def4 commit c46f0be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/get_bom_component_vulnerability_info.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@
117117
elif source == "NVD":
118118
cve_records.add(vuln_name)
119119
else:
120-
logging.warning("source {source} was not recognized")
120+
logging.warning(f"source {source} was not recognized")
121121

122122
if vulnerable_bom_components:
123123
vulnerable_bom_components = sorted(

0 commit comments

Comments
 (0)