Skip to content

Commit dddc20c

Browse files
pvelascoyarikoptic
andauthored
Update heudiconv/bids.py
Co-authored-by: Yaroslav Halchenko <[email protected]>
1 parent 7a7ef5c commit dddc20c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

heudiconv/bids.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ def add_participant_record(studydir, subject, age, sex):
282282
f.write(
283283
'\t'.join(map(str, [participant_id,
284284
age.lstrip('0').rstrip('Y') if age else 'N/A',
285-
sex if sex else 'N/A',
285+
sex if sex else 'n/a',
286286
'control'])) + '\n')
287287

288288

0 commit comments

Comments
 (0)