Skip to content

Commit 6d81823

Browse files
author
Mathieu Dubois
committed
DOC fix formatting in examples/fmri_ants_openfmri.py
1 parent 868b248 commit 6d81823

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/fmri_ants_openfmri.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -362,6 +362,7 @@ def analyze_openfmri_dataset(data_dir, subject=None, model_id=None,
362362
"""
363363
Return data components as anat, bold and behav
364364
"""
365+
365366
contrast_file = os.path.join(data_dir, 'models', 'model%03d' % model_id,
366367
'task_contrasts.txt')
367368
has_contrast = os.path.exists(contrast_file)

0 commit comments

Comments
 (0)