Skip to content

Commit c40228e

Browse files
committed
mikeo r4 automation
1 parent a5910eb commit c40228e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pqc_report_writer_common.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def passedAllVerifiers(generator, oid, algorithmVerificationResults) -> int:
4646
relevant_avrs = [algorithmVerificationResult for algorithmVerificationResult in algorithmVerificationResults if algorithmVerificationResult.generator == generator and algorithmVerificationResult.key_algorithm_oid == oid]
4747

4848
for algorithmVerificationResult in relevant_avrs:
49-
if algorithmVerificationResult.test_result == None or algorithmVerificationResult.test_result is '':
49+
if algorithmVerificationResult.test_result == None or algorithmVerificationResult.test_result == '':
5050
continue
5151

5252
if algorithmVerificationResult.test_result == 'Y':

0 commit comments

Comments
 (0)