mirror of
https://github.com/rio-labs/rio.git
synced 2026-01-06 05:09:43 -06:00
improve error message
This commit is contained in:
@@ -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 (
|
||||
|
||||
Reference in New Issue
Block a user