Skip to content

Commit 92b0d93

Browse files
committed
Minor fix.
1 parent b45a220 commit 92b0d93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nipype/interfaces/robex/preprocess.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,5 +80,5 @@ def _list_outputs(self):
8080
def run(self, cwd=None, ignore_exception=None, **inputs):
8181
if not isdefined(self.inputs.out_file):
8282
_, base, extension = split_filename(self.inputs.in_file)
83-
self.inputs.out_file = base + "_brain_robex_" + extension
83+
self.inputs.out_file = base + "_brain_robex" + extension
8484
return super(RobexSegment, self).run(cwd, ignore_exception, **inputs)

0 commit comments

Comments
 (0)