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