Dataset remove files should not mark "dirty" flag as there is nothing to upload

This commit is contained in:
allegroai 2021-02-23 10:37:23 +02:00
parent 5641cb5a7c
commit 60b2f5bd74

View File

@ -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)),