From f09657eabdedae49c1283a8e3aa25a3d69c6f8fd Mon Sep 17 00:00:00 2001 From: Megan Davidson Date: Fri, 19 Aug 2022 09:30:36 +1200 Subject: [PATCH] fix: dont need to format str --- scripts/standardising.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/standardising.py b/scripts/standardising.py index dbbb86305..f3d832cb1 100644 --- a/scripts/standardising.py +++ b/scripts/standardising.py @@ -23,7 +23,7 @@ continue s3_path = parse_path(file) - standardized_file_name = f"{get_file_name_from_path(s3_path.key)}" + standardized_file_name = get_file_name_from_path(s3_path.key) tmp_file_path = os.path.join("/tmp/", standardized_file_name) command = [ "gdal_translate",