Skip to content

Commit cb0bf7c

Browse files
committed
update datalad remove
1 parent 29bdc45 commit cb0bf7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

babs/merge.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def robust_rm_dir(path, max_retries=3, retry_delay=1):
3939
# For datalad datasets, try datalad remove first
4040
if is_datalad_dataset:
4141
try:
42-
dlapi.remove(path=path, reckless='availability', check=False)
42+
dlapi.remove(path=path, reckless='availability')
4343
# datalad remove might not remove everything, check if path still exists
4444
if not op.exists(path):
4545
return

0 commit comments

Comments
 (0)