improve error message

This commit is contained in:
Aran-Fey
2024-07-09 18:59:01 +02:00
parent 6ce69a9bb8
commit 1844a35faa

View File

@@ -189,7 +189,9 @@ class LayouterFactory:
)
async def _create_session(self) -> tuple[Session, typing.Any]:
assert self._app_server is not None
assert (
self._app_server is not None
), "Uvicorn isn't running for some reason"
assert self._browser is not None
assert (