We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d573790 commit b8eda2dCopy full SHA for b8eda2d
nipype/interfaces/io.py
@@ -1044,6 +1044,10 @@ class DataGrabberInputSpec(DynamicTraitedSpec, BaseInterfaceInputSpec):
1044
True,
1045
usedefault=True,
1046
desc='Generate exception if list is empty for a given field')
1047
+ drop_blank_outputs = traits.Bool(
1048
+ False, usedefault=True,
1049
+ desc="Remove ``None`` entries from output lists"
1050
+ )
1051
sort_filelist = traits.Bool(
1052
mandatory=True, desc='Sort the filelist that matches the template')
1053
template = Str(
0 commit comments