We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29bdc45 commit cb0bf7cCopy full SHA for cb0bf7c
babs/merge.py
@@ -39,7 +39,7 @@ def robust_rm_dir(path, max_retries=3, retry_delay=1):
39
# For datalad datasets, try datalad remove first
40
if is_datalad_dataset:
41
try:
42
- dlapi.remove(path=path, reckless='availability', check=False)
+ dlapi.remove(path=path, reckless='availability')
43
# datalad remove might not remove everything, check if path still exists
44
if not op.exists(path):
45
return
0 commit comments