We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a42b63 commit e66bc41Copy full SHA for e66bc41
nipype/interfaces/fsl/preprocess.py
@@ -169,7 +169,8 @@ def _gen_outfilename(self):
169
out_file = self.inputs.out_file
170
if not isdefined(out_file) and isdefined(self.inputs.in_file):
171
out_file = self._gen_fname(self.inputs.in_file, suffix="_brain")
172
- return op.relpath(out_file, start=os.getcwd())
+ return op.relpath(out_file, start=os.getcwd())
173
+ return out_file
174
175
def _list_outputs(self):
176
outputs = self.output_spec().get()
0 commit comments