From d27610a47b021ec11b60474ebfbb099ea9811b89 Mon Sep 17 00:00:00 2001 From: Matt Garber Date: Mon, 18 Sep 2023 09:10:42 -0400 Subject: [PATCH] spacing misalignment --- src/handlers/shared/functions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/handlers/shared/functions.py b/src/handlers/shared/functions.py index f9b37d1..a85dbfb 100644 --- a/src/handlers/shared/functions.py +++ b/src/handlers/shared/functions.py @@ -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