66ec14bf by 周伟奇

fix dir

1 parent 4ce34ec0
...@@ -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!