Skip to content

Commit ac774ea

Browse files
committed
Merge pull request #718 from chrisfilo/fix/refit
fix refit
2 parents f60db94 + 8f8482e commit ac774ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nipype/interfaces/afni/preprocess.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ class Refit(CommandLine):
195195
output_spec = AFNICommandOutputSpec
196196

197197
def _list_outputs(self):
198-
outputs = super(AFNICommand, self)._list_outputs()
198+
outputs = super(Refit, self)._list_outputs()
199199
outputs["out_file"] = os.path.abspath(self.inputs.in_file)
200200
return outputs
201201

0 commit comments

Comments
 (0)