Skip to content

Commit 5c8e170

Browse files
committed
pep
1 parent e2d3135 commit 5c8e170

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nipype/interfaces/afni/utils.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1323,7 +1323,7 @@ def _list_outputs(self):
13231323
outputs['fwhm'] = tuple(sout)
13241324

13251325
if self._acf:
1326-
assert sout.size == 8, "Wrong number of elements in %s"%str(sout)
1326+
assert sout.size == 8, "Wrong number of elements in %s" % str(sout)
13271327
outputs['acf_param'] = tuple(sout[1])
13281328

13291329
outputs['out_acf'] = op.abspath('3dFWHMx.1D')

0 commit comments

Comments
 (0)