15f1cc16 by 冯轩

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

1 parent aa747d89
......@@ -198,6 +198,7 @@ class Comparison:
compare_log.info('[se_input_list_compare] [input_str {0}] [ocr_str {1}]'.format(input_str, ocr_str))
if input_str == ocr_str:
return self.RESULT_Y
return self.RESULT_N
else:
return self.RESULT_N
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!