Skip to content

Commit

Permalink
Merge pull request nipy#343 from bpinsard/spm_prefix
Browse files Browse the repository at this point in the history
fixing slicetiming prefix for single file
  • Loading branch information
satra committed Mar 22, 2012
2 parents 72aa698 + a7402ba commit 2416b65
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion nipype/interfaces/spm/preprocess.py
Expand Up @@ -102,7 +102,8 @@ def _list_outputs(self):
run.append(fname_presuffix(inner_f,
prefix=self.inputs.out_prefix))
else:
realigned_run = fname_presuffix(f, prefix='a')
realigned_run = fname_presuffix(f,
prefix=self.inputs.out_prefix)
outputs['timecorrected_files'].append(realigned_run)
return outputs

Expand Down

0 comments on commit 2416b65

Please sign in to comment.