Skip to content

Commit 5bec307

Browse files
committed
Added newline at end of file
1 parent 414868a commit 5bec307

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nipype/interfaces/camino/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,4 @@ def _gen_outfilename(self):
6060
output_root = self.inputs.output_root
6161
first_file = self.inputs.in_files[0]
6262
_, _ , ext = split_filename(first_file)
63-
return output_root + ext
63+
return output_root + ext

0 commit comments

Comments
 (0)