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 fc197ca commit 8974bebCopy full SHA for 8974beb
niworkflows/interfaces/bids.py
@@ -222,7 +222,7 @@ class BIDSDataGrabber(SimpleInterface):
222
223
def __init__(self, *args, **kwargs):
224
anat_only = kwargs.pop("anat_only")
225
- anat_derivatives = kwargs.pop("anat_derivatives")
+ anat_derivatives = kwargs.pop("anat_derivatives", None)
226
super(BIDSDataGrabber, self).__init__(*args, **kwargs)
227
if anat_only is not None:
228
self._require_funcs = not anat_only
0 commit comments