From 02ec54fd166b350d208fb08e796af092243bc5a4 Mon Sep 17 00:00:00 2001 From: brb Date: Thu, 6 Jul 2023 13:15:16 +0200 Subject: [PATCH] updated response text --- code/app.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/code/app.py b/code/app.py index f3e0af9..db9afa7 100644 --- a/code/app.py +++ b/code/app.py @@ -44,8 +44,10 @@ def handle_event(request: GiteaRequest): if not runner_script_path.exists(): raise HTTPException( status_code=200, - detail='no "runner_script.yml" in repository root' + detail="no runner_script.yml in repository root" ) + # load runner commands + # send response raise HTTPException(