Skip to content

Commit f010c1a

Browse files
fineguyThe TensorFlow Datasets Authors
authored andcommitted
Update copy_dataset_info_files.py
PiperOrigin-RevId: 627365082
1 parent 20e3ee5 commit f010c1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tensorflow_datasets/scripts/deployment/copy_dataset_info_files.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
flags.DEFINE_string(
3030
'from_directory',
3131
tfds.core.constants.DATA_DIR,
32-
'Where to get the info files from (datasets/ dir on placer).',
32+
'Where to get the info files from (datasets/ dir).',
3333
)
3434
flags.DEFINE_string(
3535
'to_directory', None, 'Path where dataset info files will be copied.'

0 commit comments

Comments
 (0)