You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
remote/client: turn wrong match ValueError into UserError
When providing a wrong match pattern, a ValueError is raised, resulting
in exception and traceback being printed.
To improve the user experience, turn it into a UserError. UserErrors are
displayed more end-user friendly, but still allow traceback printing when
called via `labgrid-client -d`.
Signed-off-by: Bastian Krause <bst@pengutronix.de>
0 commit comments