Skip to content

Commit aea57fe

Browse files
committed
fixed workflow name
1 parent 496ec95 commit aea57fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/run_examples.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def run_examples(example, pipelines, plugin):
2222
if __name__ == '__main__':
2323
path, file = os.path.split(__file__)
2424
sys.path.insert(0, os.path.realpath(os.path.join(path, '..', 'examples')))
25-
examples = {'fmri_fsl_reuse':['l1pipeline'],
25+
examples = {'fmri_fsl_reuse':['level1_workflow'],
2626
'fmri_spm_nested':['level1','l2pipeline'],
2727
'fmri_spm_dartel':['level1','l2pipeline'],
2828
'fmri_fsl_feeds':['l1pipeline']}

0 commit comments

Comments
 (0)