Skip to content

Commit 75b66ba

Browse files
committed
FIX: fix out_file when censor_motion is passed in OneDToolPy
1 parent 49af623 commit 75b66ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nipype/interfaces/afni/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1815,7 +1815,7 @@ def _list_outputs(self):
18151815
os.getcwd(), self.inputs.show_cormat_warnings)
18161816
if isdefined(self.inputs.censor_motion):
18171817
outputs['out_file'] = os.path.join(os.getcwd(),
1818-
self.inputs.censor_motion[1])
1818+
self.inputs.censor_motion[1] + '_censor.1D')
18191819
return outputs
18201820

18211821

0 commit comments

Comments
 (0)