Skip to content

Commit

Permalink
fix: Improve comment clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
terriko committed Apr 14, 2022
1 parent de7a143 commit 6f57051
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cve_bin_tool/version_scanner.py
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ def run_java_checker(self, filename: str) -> Iterator[ScanInfo]:
if version is None and parent is not None:
version = parent.find(schema + "version").text

# If all else fails, set version to UNKNOWN
# If no version has been found, set versin to UNKNOWN
if version is None:
version = "UNKNOWN"

Expand Down

0 comments on commit 6f57051

Please sign in to comment.