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 1d267c8 commit b0121c0Copy full SHA for b0121c0
nipype/interfaces/io.py
@@ -2843,7 +2843,7 @@ def _run_interface(self, runtime):
2843
2844
def _list_outputs(self):
2845
layout = bidslayout.BIDSLayout(self.inputs.base_dir,
2846
- derivatives=self.inputs.derivatives)
+ derivatives=self.inputs.index_derivatives)
2847
2848
if isdefined(self.inputs.extra_derivatives):
2849
layout.add_derivatives(self.inputs.extra_derivatives)
0 commit comments