From dc6f1a05a15346d684a0dff4ada08201bbabb7e9 Mon Sep 17 00:00:00 2001 From: Marcell Nagy Date: Tue, 3 Dec 2024 16:44:28 +0000 Subject: [PATCH] Update docstring --- src/fastcs/launch.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/fastcs/launch.py b/src/fastcs/launch.py index 9d98cb6f..521fd27f 100644 --- a/src/fastcs/launch.py +++ b/src/fastcs/launch.py @@ -77,7 +77,9 @@ def launch( Args: controller_class (type[Controller]): The FastCS Controller to instantiate. - It must have a type-hinted __init__ method and no more than 2 arguments. + It must have a type-hinted __init__ method and no more than 2 arguments. + version (Optional[str]): The version of the FastCS Controller. + Optional Raises: LaunchError: If the class's __init__ is not as expected