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
|
'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)}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user