Skip to content

Commit

Permalink
spacing misalignment
Browse files Browse the repository at this point in the history
  • Loading branch information
dogversioning committed Sep 18, 2023
1 parent 0e57150 commit d27610a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/handlers/shared/functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -179,5 +179,5 @@ def get_latest_data_package_version(bucket, prefix):
if int(highest_ver) < int(ver_str):
highest_ver = ver_str
if highest_ver is None:
logging.error("No data package versions found for %s", prefix)
logging.error("No data package versions found for %s", prefix)
return highest_ver

0 comments on commit d27610a

Please sign in to comment.