db94f0e1 by 周伟奇

Merge branch 'feature/smart_dda' into feature/0918

2 parents 93981257 66ec14bf
...@@ -426,7 +426,7 @@ class Command(BaseCommand, LoggerMixin): ...@@ -426,7 +426,7 @@ class Command(BaseCommand, LoggerMixin):
426 process = Process(target=self.folder_process, args=(input_dir, result_queue)) 426 process = Process(target=self.folder_process, args=(input_dir, result_queue))
427 process_list.append(process) 427 process_list.append(process)
428 428
429 wb_dir = os.path.dirname(os.path.dirname(one_input_dir)) 429 wb_dir = os.path.dirname(one_input_dir)
430 wb_process = Process(target=self.wb_process, args=(wb_dir, result_queue, )) 430 wb_process = Process(target=self.wb_process, args=(wb_dir, result_queue, ))
431 process_list.append(wb_process) 431 process_list.append(wb_process)
432 432
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!