Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
周伟奇
/
bmw-ocr
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
2402ee8e
authored
2023-08-09 11:05:59 +0800
by
冯轩
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
MOD:verify_list添加元素报错的问题
1 parent
469aa009
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/celery_compare/tasks.py
src/celery_compare/tasks.py
View file @
2402ee8
...
...
@@ -2046,7 +2046,7 @@ def se_bs_compare(license_en, ocr_res_dict, strip_list, is_auto, aa_type):
auto_elec_verify_false_idx_list
.
append
(
str
(
tmp_idx
+
1
))
else
:
auto_paper_verify_list
.
append
(
verify_bool
)
verify_list
.
a
d
d
(
False
)
verify_list
.
a
ppen
d
(
False
)
auto_paper_verify_false_idx_list
.
append
(
str
(
tmp_idx
+
1
))
for
idx
,
(
name
,
value
)
in
enumerate
(
pre_field_list
):
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment