fix dir
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -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 | ... | ... |
-
Please register or sign in to post a comment