Skip to content

Commit f923bd5

Browse files
committed
use filename_to_list from filemanip in analyze_pair_image_files
1 parent ef3407a commit f923bd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nipype/testing/fixtures.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323

2424
def analyze_pair_image_files(outdir, filelist, shape):
25-
for f in filelist:
25+
for f in filename_to_list(filelist):
2626
hdr = nb.Nifti1Header()
2727
hdr.set_data_shape(shape)
2828
img = np.random.random(shape)

0 commit comments

Comments
 (0)