bugfix
This commit is contained in:
parent
21acaca857
commit
6538efb6ac
@ -527,7 +527,7 @@ where instance_id=${instance_id}$
|
|||||||
return True
|
return True
|
||||||
if some <= float(len(trecs))/float(len(recs)):
|
if some <= float(len(trecs))/float(len(recs)):
|
||||||
return True
|
return True
|
||||||
debug(f'部分成功模式:{some=},已完成:{len(trecs)=},总数:{len(recs)=}'
|
debug(f'部分成功模式:{some=},已完成:{len(trecs)=},总数:{len(recs)=}')
|
||||||
return False
|
return False
|
||||||
|
|
||||||
async def task_error_callback(self, ne_id, errmsg):
|
async def task_error_callback(self, ne_id, errmsg):
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user