Skip to content

Commit 7c3125d

Browse files
committed
Remove unnecessary use of in_file in freesurfer/utils/MRIsCombine.
1 parent 0a72b4e commit 7c3125d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

nipype/interfaces/freesurfer/utils.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1015,7 +1015,6 @@ def _associated_file(in_file, out_name):
10151015
"""
10161016
path, base = os.path.split(out_name)
10171017
if path == '':
1018-
_, in_file = os.path.split(in_file)
10191018
hemis = ('lh.', 'rh.')
10201019
if base[:3] not in hemis:
10211020
base = 'lh.' + base

0 commit comments

Comments
 (0)