Skip to content

Commit 6bd278d

Browse files
committed
BF: Typo
1 parent a9d6894 commit 6bd278d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

nipype/interfaces/afni/utils.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,11 +171,10 @@ def aggregate_outputs(self, runtime=None, needed_outputs=None):
171171
m = re.search(pattern, line)
172172
if m:
173173
d = m.groupdict()
174-
outputs.trait_set(**{k, int(d[k]) for k in d.keys()})
174+
outputs.trait_set(**{k: int(d[k]) for k in d.keys()})
175175
return outputs
176176

177177

178-
179178
class BrickStatInputSpec(CommandLineInputSpec):
180179
in_file = File(
181180
desc='input file to 3dmaskave',

0 commit comments

Comments
 (0)