Skip to content

Commit

Permalink
Updated implementation of “overwrite_files”
Browse files Browse the repository at this point in the history
  • Loading branch information
pvieito committed Jan 17, 2025
1 parent cb7fb67 commit 1b6f892
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion awswrangler/s3/_write.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def _compose_filename_prefix_for_mode(*, mode: str, filename_prefix: str = None)
if filename_prefix is None:
filename_prefix = ""
filename_prefix = filename_prefix + random_filename_suffix
return filename_prefix, mode
return mode, filename_prefix


def _extract_dtypes_from_table_input(table_input: dict[str, Any]) -> dict[str, str]:
Expand Down

0 comments on commit 1b6f892

Please sign in to comment.