From 12103724a1fe14e567b8782eb49785ef5da7aff2 Mon Sep 17 00:00:00 2001 From: wyzula-jan Date: Fri, 5 Dec 2025 16:46:36 +0100 Subject: [PATCH] fix(client): motor map docstring fixed --- bec_widgets/cli/client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bec_widgets/cli/client.py b/bec_widgets/cli/client.py index 9406560e..5b4955ed 100644 --- a/bec_widgets/cli/client.py +++ b/bec_widgets/cli/client.py @@ -3642,7 +3642,7 @@ class MotorMap(RPCBase): x_name(str): The name of the x motor. y_name(str): The name of the y motor. validate_bec(bool, optional): If True, validate the signal with BEC. Defaults to True. - suppress_errors(bool, optional): If True, suppress errors during validation. Defaults to False. Used for properties setting. + suppress_errors(bool, optional): If True, suppress errors during validation. Defaults to False. Used for properties setting. If the validation fails, the changes are not applied. """ @rpc_call