Skip to content

Commit 1a3c420

Browse files
committed
added "tar.gz" as a unusual extension
1 parent 14f2374 commit 1a3c420

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
@@ -71,7 +71,7 @@ def split_filename(fname):
7171
7272
"""
7373

74-
special_extensions = [".nii.gz"]
74+
special_extensions = [".nii.gz", ".tar.gz"]
7575

7676
pth, fname = os.path.split(fname)
7777

0 commit comments

Comments
 (0)