Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Colin Ho authored and Colin Ho committed Jan 17, 2025
1 parent 23e1ab1 commit 65f5da5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion daft/filesystem.py
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,6 @@ def overwrite_files(
[info.path for info in fs.get_file_info(file_selector) if info.type == pafs.FileType.File]
)
except FileNotFoundError:
# The root directory does not exist, so there are no files to delete.
continue

Check warning on line 390 in daft/filesystem.py

View check run for this annotation

Codecov / codecov/patch

daft/filesystem.py#L389-L390

Added lines #L389 - L390 were not covered by tests
else:
# Get all files in the root directory.
Expand Down

0 comments on commit 65f5da5

Please sign in to comment.