This commit is contained in:
yumoqing 2026-03-31 11:43:01 +08:00
parent 2fc28fec2f
commit f9a53c622b

View File

@ -181,7 +181,7 @@ async def query_task_status(request, upappid, apiname, luid, userid, taskid):
'output': d 'output': d
}) })
except Exception as e: except Exception as e:
exception(f'{e}') exception(f'{e}, {b=}')
changed = { changed = {
'status': 'FAILED', 'status': 'FAILED',
'output': {'status': 'FAILED', 'error': str(e)} 'output': {'status': 'FAILED', 'error': str(e)}