Skip to content

Commit 4dba060

Browse files
committed
Use force_unlock in copy_exemplars.
1 parent 3b8bca0 commit 4dba060

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cubids/workflows.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -691,7 +691,7 @@ def copy_exemplars(
691691
"""
692692
# Run directly from python using
693693
if container is None:
694-
bod = CuBIDS(data_root=str(bids_dir), use_datalad=use_datalad)
694+
bod = CuBIDS(data_root=str(bids_dir), use_datalad=use_datalad, force_unlock=force_unlock)
695695
if use_datalad:
696696
if not bod.is_datalad_clean():
697697
raise Exception(

0 commit comments

Comments
 (0)