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 ff7171e commit 0cdf8c8Copy full SHA for 0cdf8c8
tensorflow_datasets/core/split_builder.py
@@ -405,7 +405,7 @@ def _build_from_generator(
405
shard_lengths, total_size = writer.finalize()
406
except Exception as e: # pylint: disable=broad-except
407
utils.reraise(
408
- e, prefix=f'Failed to finalize writing of split "{split_name}"'
+ e, prefix=f'Failed to finalize writing of split "{split_name}": '
409
)
410
411
split_info = splits_lib.SplitInfo(
0 commit comments