bugfix
This commit is contained in:
parent
a34eb2c873
commit
e803dea822
@ -64,7 +64,7 @@ async def grab_task_status(request, taskid):
|
|||||||
await asyncio.sleep(0.2)
|
await asyncio.sleep(0.2)
|
||||||
|
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
exception(f'{e}, {b=}')
|
exception(f'{e}')
|
||||||
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