From b2f4b283cf90f2de073fb88923c62f1c2e45edf2 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Wed, 29 Apr 2026 16:28:53 +0800 Subject: [PATCH] bugfix --- llmage/asyncinference.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llmage/asyncinference.py b/llmage/asyncinference.py index 8d0acbd..6d05a1d 100644 --- a/llmage/asyncinference.py +++ b/llmage/asyncinference.py @@ -172,7 +172,7 @@ async def query_task_status(request, luid, onetime=False): 'error': f'{b},{e}' } if not new_output.get('status'): - e = Exception(f"{new_outpu=} {upappid=}, {apiname=} has not status field") + e = Exception(f"{new_output=} {upappid=}, {apiname=} has not status field") critical(f'{e}') raise e if lastoutout['status'] != new_output.get('status'):