Skip to content

Commit 83cadf6

Browse files
committed
FIX: mark .niml.dset as special extension in filemanip
1 parent 04b440a commit 83cadf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nipype/utils/filemanip.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ def split_filename(fname):
7474
7575
"""
7676

77-
special_extensions = [".nii.gz", ".tar.gz"]
77+
special_extensions = [".nii.gz", ".tar.gz", ".niml.dset"]
7878

7979
pth = op.dirname(fname)
8080
fname = op.basename(fname)

0 commit comments

Comments
 (0)