- Simple occurrence test.
This commit is contained in:
parent
2baf88bf47
commit
1adb90e6a9
@ -350,7 +350,7 @@ def DescribeContext (filep, protocols, claim):
|
|||||||
def RequiresAllProtocols (protocols, claim):
|
def RequiresAllProtocols (protocols, claim):
|
||||||
|
|
||||||
# check for single results
|
# check for single results
|
||||||
if ClaimToResultMap[claim] == 0:
|
if claim in ClaimToResultMap.keys() and ClaimToResultMap[claim] == 0:
|
||||||
# claim was always false (already attack on single prot.)
|
# claim was always false (already attack on single prot.)
|
||||||
return False
|
return False
|
||||||
# check for simple cases
|
# check for simple cases
|
||||||
|
Loading…
Reference in New Issue
Block a user