This commit is contained in:
yumoqing 2026-04-29 16:28:53 +08:00
parent 88e53c213c
commit b2f4b283cf

View File

@ -172,7 +172,7 @@ async def query_task_status(request, luid, onetime=False):
'error': f'{b},{e}' 'error': f'{b},{e}'
} }
if not new_output.get('status'): 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}') critical(f'{e}')
raise e raise e
if lastoutout['status'] != new_output.get('status'): if lastoutout['status'] != new_output.get('status'):