Skip to content

Commit 1259850

Browse files
committed
remove unassigned embedfunc outputs
Previous commit removed unnecessary return statement from embed_dicom_and_nifti_metadata, which causes the node to fail to set outputs.
1 parent fadc3c9 commit 1259850

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

heudiconv/dicoms.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -476,7 +476,6 @@ def embed_metadata_from_dicoms(bids_options, item_dicoms, outname, outname_bids,
476476

477477
embedfunc = Node(Function(input_names=['dcmfiles', 'niftifile', 'infofile',
478478
'bids_info',],
479-
output_names=['outfile', 'meta'],
480479
function=embed_dicom_and_nifti_metadata),
481480
name='embedder')
482481
embedfunc.inputs.dcmfiles = item_dicoms

0 commit comments

Comments
 (0)