Skip to content

Commit fd1d808

Browse files
Correction to previous commit - name of base in output
1 parent 95daae5 commit fd1d808

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nipype/interfaces/minc/minc.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1731,6 +1731,7 @@ def _gen_output_base(self):
17311731

17321732
def _list_outputs(self):
17331733
outputs = super(Blur, self)._list_outputs()
1734+
output_file_base = outputs['output_file_base']
17341735

17351736
outputs['output_file'] = output_file_base + '_blur.mnc'
17361737

0 commit comments

Comments
 (0)