bugfix
This commit is contained in:
parent
15313c148b
commit
d24e028b40
@ -149,7 +149,6 @@ async def query_task_status(request, upappid, apinames, luid, userid, taskid):
|
|||||||
b = b.decode('utf-8')
|
b = b.decode('utf-8')
|
||||||
d = json.loads(b)
|
d = json.loads(b)
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
e = Exception(f'{e}')
|
|
||||||
exception(f'{e}')
|
exception(f'{e}')
|
||||||
changed = {
|
changed = {
|
||||||
'status': 'FAILED',
|
'status': 'FAILED',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user