Skip to content

Commit

Permalink
Fix destination bucket parsing
Browse files Browse the repository at this point in the history
  • Loading branch information
dbarrous authored Feb 9, 2023
1 parent ae593c8 commit 40c23bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lambda_function/file_sorter/file_sorter.py
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ def _copy_from_source_to_destination(
(
f"File ({file_key}) "
"Successfully Sorted to "
"{destination_bucket}"
f"{destination_bucket}"
),
)

Expand Down

0 comments on commit 40c23bc

Please sign in to comment.