Skip to content

Commit 69491b6

Browse files
committed
Closes #2026
1 parent f92a333 commit 69491b6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nipype/interfaces/fsl/ICA_AROMA.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ class ICA_AROMA(CommandLine):
107107
output_spec = ICA_AROMAOutputSpec
108108

109109
def _list_outputs(self):
110+
outputs = self.output_spec().get()
110111
out_dir = os.path.abspath(self.inputs.out_dir)
111112
outputs['out_dir'] = out_dir
112113

0 commit comments

Comments
 (0)