From 40c23bc77def4f71cf635f5783876cf7d13aa5fa Mon Sep 17 00:00:00 2001 From: Damian Barrous Dume Date: Thu, 9 Feb 2023 14:42:14 -0500 Subject: [PATCH] Fix destination bucket parsing --- lambda_function/file_sorter/file_sorter.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lambda_function/file_sorter/file_sorter.py b/lambda_function/file_sorter/file_sorter.py index 3047ad4..898d30b 100755 --- a/lambda_function/file_sorter/file_sorter.py +++ b/lambda_function/file_sorter/file_sorter.py @@ -237,7 +237,7 @@ def _copy_from_source_to_destination( ( f"File ({file_key}) " "Successfully Sorted to " - "{destination_bucket}" + f"{destination_bucket}" ), )