Skip to content

Commit f514c68

Browse files
ghisvaileffigies
andauthored
Set mode to decompression for Gunzip interface
Co-authored-by: Chris Markiewicz <[email protected]>
1 parent f124b63 commit f514c68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nipype/algorithms/misc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ def _list_outputs(self):
332332

333333

334334
class GunzipInputSpec(GzipInputSpec):
335-
mode = traits.Enum("decompress", "compress", usedefault=True,
335+
mode = traits.Enum("decompress", usedefault=True,
336336
desc="decompress or compress")
337337

338338

0 commit comments

Comments
 (0)