Skip to content

Commit 7100768

Browse files
committed
fix: clarity allow_compression
1 parent a2f434f commit 7100768

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
@@ -551,7 +551,7 @@ def __init__(self, value='', filter=None, auto_set=False, entries=0,
551551
Indicates whether the file format can compressed
552552
"""
553553
self.types = types
554-
self.compressed = compressed
554+
self.allow_compressed = allow_compressed
555555
self.exts = extensions
556556
super(ImageFileSPM, self).__init__(value, filter, auto_set, entries,
557557
exists, types, allow_compressed,

0 commit comments

Comments
 (0)