Skip to content

Commit 8715102

Browse files
committed
BF: added missing sub- prefix which I have managed to drop
1 parent e23fc83 commit 8715102

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/heudiconv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1065,7 +1065,7 @@ def save_scans_key(items, outname_bids_files):
10651065
# save
10661066
ses = '_ses-%s' % ses if ses else ''
10671067
add_rows_to_scans_keys_file(
1068-
pjoin(output_dir, '{0}{1}_scans.tsv'.format(subj, ses)),
1068+
pjoin(output_dir, 'sub-{0}{1}_scans.tsv'.format(subj, ses)),
10691069
rows
10701070
)
10711071

0 commit comments

Comments
 (0)