fe25f273 by 周伟奇

rm dir

1 parent 81bd9519
...@@ -203,6 +203,7 @@ class Command(BaseCommand, LoggerMixin): ...@@ -203,6 +203,7 @@ class Command(BaseCommand, LoggerMixin):
203 self.folder_log.info('{0} [file end] [path={1}]'.format(self.log_base, path)) 203 self.folder_log.info('{0} [file end] [path={1}]'.format(self.log_base, path))
204 else: 204 else:
205 self.folder_log.info('{0} [path is dir] [path={1}]'.format(self.log_base, input_dir)) 205 self.folder_log.info('{0} [path is dir] [path={1}]'.format(self.log_base, input_dir))
206 shutil.move(path, failed_output_dir)
206 except Exception as e: 207 except Exception as e:
207 try: 208 try:
208 path = os.path.join(input_dir, name) 209 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!