mirror of
https://github.com/clearml/clearml
synced 2025-02-07 21:33:25 +00:00
Fix docstring
This commit is contained in:
parent
31d3b6dbc5
commit
e8752c54ff
@ -190,8 +190,7 @@ class Dataset(object):
|
|||||||
def remove_files(self, dataset_path=None, recursive=True, verbose=False):
|
def remove_files(self, dataset_path=None, recursive=True, verbose=False):
|
||||||
# type: (Optional[str], bool, bool) -> int
|
# type: (Optional[str], bool, bool) -> int
|
||||||
"""
|
"""
|
||||||
Add a folder into the current dataset. calculate file hash,
|
Remove files from the current dataset
|
||||||
and compare against parent, mark files to be uploaded
|
|
||||||
|
|
||||||
:param dataset_path: Remove files from the dataset.
|
:param dataset_path: Remove files from the dataset.
|
||||||
The path is always relative to the dataset (e.g 'folder/file.bin')
|
The path is always relative to the dataset (e.g 'folder/file.bin')
|
||||||
|
Loading…
Reference in New Issue
Block a user