Skip to content

Commit f97ef8e

Browse files
committed
fix tuple unpacking
1 parent 6f1d8d3 commit f97ef8e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

babs/babs.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2693,6 +2693,7 @@ def generate_bash_run_bidsapp(self, bash_path, input_ds, type_session):
26932693
# read config from the yaml file:
26942694
(
26952695
cmd_singularity_flags,
2696+
subject_selection_flag,
26962697
flag_fs_license,
26972698
path_fs_license,
26982699
singuRun_input_dir,
@@ -2976,7 +2977,7 @@ def generate_bash_participant_job(self, bash_path, input_ds, type_session, syste
29762977
+ '"'
29772978
+ "\n"
29782979
)
2979-
# ^^ `-n` means "Get (clone) a registered subdataset, but dont retrieve data"
2980+
# ^^ `-n` means "Get (clone) a registered subdataset, but don't retrieve data"
29802981
# here input ds is a sub-dataset of dataset `analysis`.
29812982
# NOTE: not sure why `bootstrap-fmriprep-ingressed-fs.sh` uses:
29822983
# `datalad get -n -r "inputs/data/BIDS/${subid}"`

0 commit comments

Comments
 (0)