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 414868a commit 5bec307Copy full SHA for 5bec307
nipype/interfaces/camino/utils.py
@@ -60,4 +60,4 @@ def _gen_outfilename(self):
60
output_root = self.inputs.output_root
61
first_file = self.inputs.in_files[0]
62
_, _ , ext = split_filename(first_file)
63
- return output_root + ext
+ return output_root + ext
0 commit comments