No longer stop at first MPA attack: scan for all.
This commit is contained in:
parent
5ee0f7563b
commit
94c9f1b444
@ -297,9 +297,9 @@ def verifyMPAlist(mpalist,claimid,options=[]):
|
|||||||
if pn not in INVOLVED:
|
if pn not in INVOLVED:
|
||||||
INVOLVED.append(pn)
|
INVOLVED.append(pn)
|
||||||
|
|
||||||
return False
|
#return False
|
||||||
else:
|
|
||||||
return True
|
return True
|
||||||
|
|
||||||
|
|
||||||
def constructMPAlist(protocolset,claimid,mpalist,length,start,callback,options=[]):
|
def constructMPAlist(protocolset,claimid,mpalist,length,start,callback,options=[]):
|
||||||
|
Loading…
Reference in New Issue
Block a user