fe25f273 by 周伟奇

rm dir

1 parent 81bd9519
......@@ -203,6 +203,7 @@ class Command(BaseCommand, LoggerMixin):
self.folder_log.info('{0} [file end] [path={1}]'.format(self.log_base, path))
else:
self.folder_log.info('{0} [path is dir] [path={1}]'.format(self.log_base, input_dir))
shutil.move(path, failed_output_dir)
except Exception as e:
try:
path = os.path.join(input_dir, name)
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!