From a201b6d9ab2df955e3a085efe1873e99d7870d7c Mon Sep 17 00:00:00 2001 From: Paul McCarthy <pauldmccarthy@gmail.com> Date: Wed, 18 Apr 2018 18:04:24 +0100 Subject: [PATCH] make more explicit that callfsl is old. --- fsl/utils/callfsl.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/fsl/utils/callfsl.py b/fsl/utils/callfsl.py index f47e4a353..598df885b 100644 --- a/fsl/utils/callfsl.py +++ b/fsl/utils/callfsl.py @@ -4,7 +4,9 @@ # # Author: Paul McCarthy <pauldmccarthy@gmail.com> # -"""This module provides the :func:`callFSL` function, which can be +"""Deprecated - use :mod:`fsl.utils.run` instead. + +This module provides the :func:`callFSL` function, which can be used to call a FSL command, and retrieve the result. """ -- GitLab