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 eacd567 commit 6ab265dCopy full SHA for 6ab265d
nipype/interfaces/camino/convert.py
@@ -463,7 +463,8 @@ def _get_actual_outputroot(self, outputroot):
463
def _list_outputs(self):
464
outputs = self.output_spec().get()
465
outputs['proc'] = os.path.abspath(self._gen_outfilename())
466
- outputs['outputroot_files'] = self.outputroot_files
+ if isdefined(self.inputs.outputroot):
467
+ outputs['outputroot_files'] = self.outputroot_files
468
return outputs
469
470
def _gen_outfilename(self):
0 commit comments