Skip to content

Commit cb74279

Browse files
committed
fix: outputspec attribute
1 parent a56bfed commit cb74279

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
@@ -1537,7 +1537,7 @@ class MNIBiasCorrection(FSCommand):
15371537
output_spec = MNIBiasCorrectionOutputSpec
15381538

15391539
def _list_outputs(self):
1540-
outputs = self._output_spec().get()
1540+
outputs = self.output_spec().get()
15411541
outputs["out_file"] = os.path.abspath(self.inputs.out_file)
15421542
return outputs
15431543

0 commit comments

Comments
 (0)