From bbb0697821d3c60df6769d389a0ac528289389b9 Mon Sep 17 00:00:00 2001 From: Zineb El yamani <120342832+zinelya@users.noreply.github.com> Date: Tue, 3 Mar 2026 11:32:50 -0500 Subject: [PATCH] Fix command reference in error message --- src/scilpy/io/image.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/scilpy/io/image.py b/src/scilpy/io/image.py index 64072bdb7..e2791094b 100644 --- a/src/scilpy/io/image.py +++ b/src/scilpy/io/image.py @@ -120,7 +120,7 @@ def get_data_as_mask(mask_img, dtype=np.uint8): 'with a mask.\n' 'To convert your data, you may use tools like mrconvert ' 'or \n' - '>> scil_volume_math.py convert IMG IMG ' + '>> scil_volume_math convert IMG IMG ' '--data_type uint8 -f'.format(basename, curr_type)) return data