MOD:verify_list添加元素报错的问题
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -2046,7 +2046,7 @@ def se_bs_compare(license_en, ocr_res_dict, strip_list, is_auto, aa_type): | ... | @@ -2046,7 +2046,7 @@ def se_bs_compare(license_en, ocr_res_dict, strip_list, is_auto, aa_type): |
2046 | auto_elec_verify_false_idx_list.append(str(tmp_idx+1)) | 2046 | auto_elec_verify_false_idx_list.append(str(tmp_idx+1)) |
2047 | else: | 2047 | else: |
2048 | auto_paper_verify_list.append(verify_bool) | 2048 | auto_paper_verify_list.append(verify_bool) |
2049 | verify_list.add(False) | 2049 | verify_list.append(False) |
2050 | auto_paper_verify_false_idx_list.append(str(tmp_idx+1)) | 2050 | auto_paper_verify_false_idx_list.append(str(tmp_idx+1)) |
2051 | 2051 | ||
2052 | for idx, (name, value) in enumerate(pre_field_list): | 2052 | for idx, (name, value) in enumerate(pre_field_list): | ... | ... |
-
Please register or sign in to post a comment