We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b8bca0 commit 4dba060Copy full SHA for 4dba060
cubids/workflows.py
@@ -691,7 +691,7 @@ def copy_exemplars(
691
"""
692
# Run directly from python using
693
if container is None:
694
- bod = CuBIDS(data_root=str(bids_dir), use_datalad=use_datalad)
+ bod = CuBIDS(data_root=str(bids_dir), use_datalad=use_datalad, force_unlock=force_unlock)
695
if use_datalad:
696
if not bod.is_datalad_clean():
697
raise Exception(
0 commit comments