Skip to content

Commit 845463d

Browse files
ostanleyeffigies
andcommitted
added style change
Co-Authored-By: Chris Markiewicz <[email protected]>
1 parent 88a59ac commit 845463d

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
@@ -621,7 +621,7 @@ def _format_arg(self, name, spec, value):
621621
if name == 'in_file':
622622
# Concatenate a series of filenames, with optional opkeys
623623
return ' '.join('%s -%s' % (mfile, opkey) if opkey else mfile
624-
for mfile, opkey in value)
624+
for mfile, opkey in value)
625625
return super(CatMatvec, self)._format_arg(name, spec, value)
626626

627627

0 commit comments

Comments
 (0)