We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 436ae85 commit c269b52Copy full SHA for c269b52
tensorflow_datasets/core/utils/file_utils.py
@@ -585,7 +585,7 @@ def publish_data(
585
config and version.
586
overwrite: whether to overwrite existing data in the `publish_root_dir` if
587
it exists.
588
- """
+ """ # fmt: skip
589
to_data_dir.mkdir(parents=True, exist_ok=True)
590
for filepath in from_data_dir.iterdir():
591
filepath.copy(dst=to_data_dir / filepath.name, overwrite=overwrite)
0 commit comments