mirror of
https://github.com/clearml/clearml
synced 2025-03-03 10:42:00 +00:00
Dataset remove files should not mark "dirty" flag as there is nothing to upload
This commit is contained in:
parent
5641cb5a7c
commit
60b2f5bd74
@ -194,7 +194,6 @@ class Dataset(object):
|
||||
:param verbose: If True print to console files removed
|
||||
:return: Number of files removed
|
||||
"""
|
||||
self._dirty = True
|
||||
self._task.get_logger().report_text(
|
||||
'Removing files from dataset: {}'.format(
|
||||
dict(dataset_path=dataset_path, recursive=recursive, verbose=verbose)),
|
||||
|
Loading…
Reference in New Issue
Block a user