tell_backend: unhandled pshell errors are now critical

This commit is contained in:
2026-07-02 17:21:52 +02:00
parent 031391b40b
commit 25f8959ffc
+1
View File
@@ -136,6 +136,7 @@ class PShellTellBackend:
base_url=self._url,
endpoint=endpoint,
operation=operation,
critical=True,
) from e
def eval(self, expr: str):