From ec39b9aeb19fb852259e72fe047e114db9459216 Mon Sep 17 00:00:00 2001 From: rootzoll Date: Mon, 6 Jun 2022 09:54:28 +0200 Subject: [PATCH] #102 change error string detail --- app/repositories/apps.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/repositories/apps.py b/app/repositories/apps.py index e7d500d..3d670e1 100644 --- a/app/repositories/apps.py +++ b/app/repositories/apps.py @@ -132,7 +132,7 @@ async def install_app_sub(app_id: str): if not app_id in available_app_ids: raise HTTPException( status.HTTP_400_BAD_REQUEST, - detail=app_id + "install script not exist/supported", + detail=app_id + "install script does not exist / is not supported", ) await send_sse_message(