FIX:比对失败没返回N的bug
Showing
1 changed file
with
1 additions
and
0 deletions
... | @@ -198,6 +198,7 @@ class Comparison: | ... | @@ -198,6 +198,7 @@ class Comparison: |
198 | compare_log.info('[se_input_list_compare] [input_str {0}] [ocr_str {1}]'.format(input_str, ocr_str)) | 198 | compare_log.info('[se_input_list_compare] [input_str {0}] [ocr_str {1}]'.format(input_str, ocr_str)) |
199 | if input_str == ocr_str: | 199 | if input_str == ocr_str: |
200 | return self.RESULT_Y | 200 | return self.RESULT_Y |
201 | return self.RESULT_N | ||
201 | else: | 202 | else: |
202 | return self.RESULT_N | 203 | return self.RESULT_N |
203 | 204 | ... | ... |
-
Please register or sign in to post a comment