Skip to content

Commit f14b200

Browse files
committed
hmm, one more
1 parent aaa0c51 commit f14b200

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cve_bin_tool/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -418,7 +418,7 @@ def main(argv=sys.argv, outfile=sys.stdout):
418418
if (not args.quiet) and scanner.files_with_cve > 0:
419419
affected_string = ", ".join(
420420
map(
421-
lambda module_version: " ".join(module_version),
421+
lambda module_version: " ".join(str(module_version)),
422422
scanner.affected(),
423423
)
424424
)

0 commit comments

Comments
 (0)