Skip to content

Commit 95daae5

Browse files
Correction to previous commit - wrong arg to super.
1 parent 4b8ac92 commit 95daae5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nipype/interfaces/minc/minc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1730,7 +1730,7 @@ def _gen_output_base(self):
17301730
return output_base
17311731

17321732
def _list_outputs(self):
1733-
outputs = super(Gennlxfm, self)._list_outputs()
1733+
outputs = super(Blur, self)._list_outputs()
17341734

17351735
outputs['output_file'] = output_file_base + '_blur.mnc'
17361736

0 commit comments

Comments
 (0)