Skip to content

Commit e81d637

Browse files
author
David Ellis
committed
FIX: config function.
1 parent c8ddf6d commit e81d637

File tree

1 file changed

+1
-1
lines changed
  • nipype/workflows/smri/freesurfer

1 file changed

+1
-1
lines changed

nipype/workflows/smri/freesurfer/recon.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ def checkarg(arg, default):
233233
'wm_lookup_table',
234234
'awk_file']
235235

236-
config_node = pe.Node(niu.Function(params.append('rb_date'),
236+
config_node = pe.Node(niu.Function(params + ['rb_date'],
237237
params,
238238
setconfig),
239239
name="config")

0 commit comments

Comments
 (0)