66ec14bf by 周伟奇

fix dir

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