bugfix
This commit is contained in:
parent
88e53c213c
commit
b2f4b283cf
@ -172,7 +172,7 @@ async def query_task_status(request, luid, onetime=False):
|
|||||||
'error': f'{b},{e}'
|
'error': f'{b},{e}'
|
||||||
}
|
}
|
||||||
if not new_output.get('status'):
|
if not new_output.get('status'):
|
||||||
e = Exception(f"{new_outpu=} {upappid=}, {apiname=} has not status field")
|
e = Exception(f"{new_output=} {upappid=}, {apiname=} has not status field")
|
||||||
critical(f'{e}')
|
critical(f'{e}')
|
||||||
raise e
|
raise e
|
||||||
if lastoutout['status'] != new_output.get('status'):
|
if lastoutout['status'] != new_output.get('status'):
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user