Skip to content

Commit

Permalink
Added info comment
Browse files Browse the repository at this point in the history
  • Loading branch information
pvieito committed Jan 17, 2025
1 parent ce2e362 commit d5c6b78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions awswrangler/s3/_write_dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ def _load_mode_and_filename_prefix(*, mode: str | None, filename_prefix: str | N
mode = "append"

if mode == "overwrite_files":
# In `overwrite_files` mode, we need create a deterministic
# filename to ensure that the same file is overwritten:
# In `overwrite_files` mode, we need to create a deterministic
# filename to ensure that the same file is always overwritten:
if filename_prefix is None:
filename_prefix = "data"
random_filename_suffix = ""
Expand Down

0 comments on commit d5c6b78

Please sign in to comment.