Skip to content

Commit

Permalink
Merge pull request #403 from camptocamp/fix
Browse files Browse the repository at this point in the history
Audit: Fix for None version
  • Loading branch information
sbrunner authored Jun 27, 2024
2 parents ff522eb + 9c6f432 commit 597a320
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions github_app_geo_project/module/audit/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -608,6 +608,7 @@ async def dpkg(
continue
if versions[package_full] is None or versions[package_full] == "None":
versions[package_full] = version
continue
try:
current_version = debian_inspector.version.Version.from_string(versions[package_full])
except ValueError as exception:
Expand Down

0 comments on commit 597a320

Please sign in to comment.