Skip to content

Commit 90cfdd8

Browse files
authored
Merge pull request #2027 from jdkent/master
FIX: Correctly populate output spec for ICA_AROMA
2 parents f92a333 + 69491b6 commit 90cfdd8

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)