bugfix
This commit is contained in:
parent
2fc28fec2f
commit
f9a53c622b
@ -181,7 +181,7 @@ async def query_task_status(request, upappid, apiname, luid, userid, taskid):
|
||||
'output': d
|
||||
})
|
||||
except Exception as e:
|
||||
exception(f'{e}')
|
||||
exception(f'{e}, {b=}')
|
||||
changed = {
|
||||
'status': 'FAILED',
|
||||
'output': {'status': 'FAILED', 'error': str(e)}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user