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 c4d1d8a commit 2cfa242Copy full SHA for 2cfa242
nipype/interfaces/io.py
@@ -356,7 +356,7 @@ class DataGrabberInputSpec(DynamicTraitedSpec, BaseInterfaceInputSpec): # Inter
356
desc='Path to the base directory consisting of subject data.')
357
raise_on_empty = traits.Bool(True, usedefault=True,
358
desc='Generate exception if list is empty for a given field')
359
- sort_filelist = traits.Bool(False, usedefault=True,
+ sort_filelist = traits.Bool(mandatory=True,
360
desc='Sort the filelist that matches the template')
361
template = traits.Str(mandatory=True,
362
desc='Layout used to get files. relative to base directory if defined')
0 commit comments