mirror of
https://github.com/clearml/clearml
synced 2025-04-07 14:14:28 +00:00
Fix typo
This commit is contained in:
parent
107779f45a
commit
9b551b6d40
@ -689,7 +689,7 @@ class Dataset(object):
|
||||
self._serialize()
|
||||
|
||||
self._task.get_logger().report_text(
|
||||
"File compression and upload completed: total size {}, {} chunked stored (average size {})".format(
|
||||
"File compression and upload completed: total size {}, {} chunk(s) stored (average size {})".format(
|
||||
format_size(total_size, binary=True, use_b_instead_of_bytes=True),
|
||||
chunks_count,
|
||||
format_size(0 if chunks_count == 0 else total_size / chunks_count, binary=True, use_b_instead_of_bytes=True),
|
||||
|
Loading…
Reference in New Issue
Block a user