db94f0e1 by 周伟奇

Merge branch 'feature/smart_dda' into feature/0918

2 parents 93981257 66ec14bf
......@@ -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(os.path.dirname(one_input_dir))
wb_dir = os.path.dirname(one_input_dir)
wb_process = Process(target=self.wb_process, args=(wb_dir, result_queue, ))
process_list.append(wb_process)
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!