Skip to content

Commit 5e69e7a

Browse files
oestebansatra
andauthored
Update nipype/interfaces/spm/base.py [skip ci]
Co-Authored-By: Satrajit Ghosh <satrajit.ghosh@gmail.com>
1 parent ab2ebb6 commit 5e69e7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nipype/interfaces/spm/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -604,5 +604,5 @@ def __init__(self, value=NoDefaultSpecified, exists=False,
604604
pathlike=False, resolve=False, **metadata):
605605
"""Create an ImageFileSPM trait."""
606606
super(ImageFileSPM, self).__init__(
607-
value=value, exists=exists, types=['nifti1', 'nifti2'],
607+
value=value, exists=exists, types=['nifti1', 'nifti2'], allow_compressed=False,
608608
pathlike=pathlike, resolve=resolve, **metadata)

0 commit comments

Comments
 (0)