15f1cc16 by 冯轩

FIX:比对失败没返回N的bug

1 parent aa747d89
...@@ -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
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!