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
66ec14bf
authored
2021-09-29 15:14:15 +0800
by
周伟奇
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
fix dir
1 parent
4ce34ec0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/apps/doc/management/commands/folder_dda_process.py
src/apps/doc/management/commands/folder_dda_process.py
View file @
66ec14b
...
...
@@ -426,7 +426,7 @@ class Command(BaseCommand, LoggerMixin):
process
=
Process
(
target
=
self
.
folder_process
,
args
=
(
input_dir
,
result_queue
))
process_list
.
append
(
process
)
wb_dir
=
os
.
path
.
dirname
(
o
s
.
path
.
dirname
(
one_input_dir
)
)
wb_dir
=
os
.
path
.
dirname
(
o
ne_input_dir
)
wb_process
=
Process
(
target
=
self
.
wb_process
,
args
=
(
wb_dir
,
result_queue
,
))
process_list
.
append
(
wb_process
)
...
...
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