Skip to content

Commit

Permalink
chore: blacken
Browse files Browse the repository at this point in the history
  • Loading branch information
terriko committed Oct 30, 2023
1 parent 744ca88 commit a1f5ce1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cve_bin_tool/version_compare.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ def parse_version(version_string: str):

# If all else fails, complain
else:
if (versionString != "."):
raise CannotParseVersionException(f"version string = {versionString}")
if versionString != ".":
raise CannotParseVersionException(f"version string = {versionString}")

return versionArray

Expand Down

0 comments on commit a1f5ce1

Please sign in to comment.