From 678438c7526be02e696ce77334d83da06ec75c83 Mon Sep 17 00:00:00 2001 From: Paul McCarthy <pauld.mccarthy@gmail.com> Date: Fri, 2 Sep 2016 17:05:37 +0100 Subject: [PATCH] Update image extension desriptions. This probably doesn't belong here anymore, and might get deleted. --- fsl/data/image.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fsl/data/image.py b/fsl/data/image.py index d6b1380ff..17a4d5ab6 100644 --- a/fsl/data/image.py +++ b/fsl/data/image.py @@ -761,7 +761,7 @@ EXTENSION_DESCRIPTIONS = ['Compressed NIFTI images', 'ANALYZE75 images', 'NIFTI/ANALYZE75 headers', 'Compressed NIFTI/ANALYZE75 images', - 'Compressed images'] + 'Compressed NIFTI/ANALYZE75 headers'] """Descriptions for each of the extensions in :data:`ALLOWED_EXTENSIONS`. """ -- GitLab