Skip to content

Commit 8231470

Browse files
committed
fix: use _outputs()
1 parent b97a329 commit 8231470

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nipype/interfaces/freesurfer/preprocess.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1542,7 +1542,7 @@ def _gen_filename(self):
15421542
return self._gen_fname(self.inputs.in_file,
15431543
suffix='_output')
15441544
def _list_outputs(self):
1545-
outputs = self.output_spec().get()
1545+
outputs = self._outputs().get()
15461546
if not isdefined(self.inputs.out_file):
15471547
outputs["out_file"] = self._gen_filename()
15481548
else:

0 commit comments

Comments
 (0)